This commit is contained in:
Ryan Ward 2018-07-02 20:41:14 -04:00
parent 291c30a7ac
commit fdfb3a6388

View File

@ -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)