Skip to content
Snippets Groups Projects
Commit 986e49bc authored by arshiam2's avatar arshiam2
Browse files

wip

parent 83cab63a
No related branches found
No related tags found
1 merge request!2WIP: Old 4
......@@ -48,7 +48,7 @@ let machineNumber = IpsToMachine[ip.address()];;
socket.on("listening", function() {
socket.addMembership(MULTICAST_ADDR);
socket.setBroadcast(true);
setInterval(synAll, 1500);
setInterval(synAll, 1000);
const address = socket.address();
console.log(
`UDP socket listening on ${address.address}:${address.port} pid: ${
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment