truvorskameikin / udp-discovery-cpp

A small library to add local network discovery feature to your C++ programs with no dependencies
MIT License
60 stars 28 forks source link

Multicast support and working func improvements #20

Closed truvorskameikin closed 3 years ago

truvorskameikin commented 3 years ago

Adds support for multicast discovery. Multicast discovery is off by default (the regular broadcasting is the default mode).

Improves peer working function. This function now correctly waits for the next event: receiving, sending, checking old discovered peers.