You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a commit to replace original process of ping a lot of IP addresses by using UDP multicast mechanism.
It's much faster for finding senders (within 1 second), and no need to use wait until timeout, neither using compute for an extra isolate.
The text was updated successfully, but these errors were encountered:
Another suggestion is that: after using UDP multicast, the sharik.json content can actually be sent out in the UDP datagram directly, there's no need to try the get sharik json step. This also saves time and reduce the code logic complexity.
plateaukao@6e26952
This is a commit to replace original process of
ping
a lot of IP addresses by using UDP multicast mechanism.It's much faster for finding senders (within 1 second), and no need to use wait until timeout, neither using
compute
for an extra isolate.The text was updated successfully, but these errors were encountered: