Few adjustments for windows.

This commit is contained in:
Diego Nehab 2003-06-26 21:14:17 +00:00
parent 71f6bb60bf
commit bd54cd42d4
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ ack = "\n"
while 1 do
print("server: waiting for client connection...");
control = server:accept()
control:setoption("nodelay", true)
-- control:setoption("nodelay", true)
while 1 do
command, error = control:receive()
if error then