move to skynet module

This commit is contained in:
Cloud Wu
2017-06-01 11:29:07 +08:00
parent 8a6243d2a0
commit f1ed482001
37 changed files with 75 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
local skynet = require "skynet"
local gateserver = require "snax.gateserver"
local netpack = require "netpack"
local netpack = require "skynet.netpack"
local watchdog
local connection = {} -- fd -> connection : { fd , client, agent , ip, mode }