jerluc / pir

A simple multicast LAN discovery library
Apache License 2.0
6 stars 0 forks source link

Minimize broadcasts or eliminate the use of multicast altogether! #3

Open jerluc opened 9 years ago

jerluc commented 9 years ago

Unfortunately, as more nodes enter the group, the multicast broadcast becomes incredibly chatty; for a group of size N, the number of simultaneous broadcasts is NxN!

Some ideas:

jerluc commented 9 years ago

Maybe an easy switch to at least reduce the noisiness of the broadcast could be made by using something like mDNS?