local multicast support

This commit is contained in:
Cloud Wu
2014-04-28 20:37:53 +08:00
parent 34771ff7c7
commit 0a40d9c5c6
6 changed files with 259 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ local skynet = {
-- read skynet.h
PTYPE_TEXT = 0,
PTYPE_RESPONSE = 1,
-- PTYPE_MULTICAST = 2, -- DEPRECATED
PTYPE_MULTICAST = 2,
PTYPE_CLIENT = 3,
PTYPE_SYSTEM = 4,
PTYPE_HARBOR = 5,