mirror of
https://git.checksum.fail/alec/selaphiel.git
synced 2026-05-26 14:27:51 +00:00
Modify default timeout values.
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
U0 wswrite(I64 sock, U8 *str)
|
||||
{
|
||||
sendString(sock, str, 0);
|
||||
Sleep(1);
|
||||
}
|
||||
|
||||
I64 DirList(I64 sock, U8 *files_find_mask)
|
||||
@@ -234,7 +233,7 @@ I64 Selaphiel(U8 *p_ipaddr, I64 p_port)
|
||||
wswrite(sock, buf);
|
||||
wswrite(sock, "\r\n");
|
||||
send(sock,htmlbuf,filesize,0);
|
||||
Sleep(200);
|
||||
Sleep(20);
|
||||
Free(htmlbuf);
|
||||
close(sock);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user