mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
local multicast support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user