mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
sigh
This commit is contained in:
@@ -158,7 +158,7 @@ function multi:newNode(settings)
|
|||||||
node.name = name
|
node.name = name
|
||||||
node.server = net:newUDPServer(0) -- hosts the node using the default port
|
node.server = net:newUDPServer(0) -- hosts the node using the default port
|
||||||
node.port = node.server.port
|
node.port = node.server.port
|
||||||
print(node.port,node.port.udp:getsockname())
|
print(node.port,node.server.udp:getsockname())
|
||||||
node.connections = net.ClientCache
|
node.connections = net.ClientCache
|
||||||
node.queue = Queue:newQueue()
|
node.queue = Queue:newQueue()
|
||||||
node.functions = bin.stream("RegisteredFunctions.dat",false)
|
node.functions = bin.stream("RegisteredFunctions.dat",false)
|
||||||
|
|||||||
Reference in New Issue
Block a user