sigh
This commit is contained in:
parent
291c30a7ac
commit
fdfb3a6388
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user