msggate example

This commit is contained in:
Cloud Wu
2014-07-13 19:36:44 +08:00
parent e1674f04c3
commit 0cdd71c0c2
8 changed files with 448 additions and 25 deletions

View File

@@ -15,7 +15,6 @@ local handler = {}
function handler.open(source, conf)
watchdog = conf.watchdog or source
maxclient = conf.maxclient or 1024
end
function handler.message(fd, msg, sz)