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
The resolution to Issue #41 has the broadcast mechanism sending adverts to the global broadcast address and to the broadcast address of each network. This could result in, eg, an advert intended for local consumption (127.0.0.1) being broadcast to a remote machine which will then try to connect to it against its own localhost network.
Ideally the broadcast code should advertise an address only to the network which contains it (and the global broadcast address).
The text was updated successfully, but these errors were encountered:
The resolution to Issue #41 has the broadcast mechanism sending adverts to the global broadcast address and to the broadcast address of each network. This could result in, eg, an advert intended for local consumption (127.0.0.1) being broadcast to a remote machine which will then try to connect to it against its own localhost network.
Ideally the broadcast code should advertise an address only to the network which contains it (and the global broadcast address).
The text was updated successfully, but these errors were encountered: