gate support TCP_NODELAY

This commit is contained in:
Cloud Wu
2014-07-09 12:03:44 +08:00
parent fe5c73b1e8
commit d05859b766
8 changed files with 71 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ skynet.start(function()
port = 8888,
maxclient = max_client,
})
print("Watchdog listen on ", 8888)
skynet.exit()
end)