add gateserver

This commit is contained in:
Cloud Wu
2014-07-13 14:54:53 +08:00
parent 0dba8ed385
commit e1674f04c3
3 changed files with 58 additions and 114 deletions

View File

@@ -11,6 +11,7 @@ skynet.start(function()
skynet.call(watchdog, "lua", "start", {
port = 8888,
maxclient = max_client,
nodelay = true,
})
print("Watchdog listen on ", 8888)