Modify default timeout values.

This commit is contained in:
Alec Murphy
2017-05-25 19:51:17 -04:00
parent 5714e661ef
commit 87a8872d7c
+1 -2
View File
@@ -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;