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

@@ -34,6 +34,7 @@ end
function CMD.start(conf)
skynet.call(gate, "lua", "open" , conf)
skynet.call(gate, "lua", "nodelay", true)
end
skynet.start(function()