forked from zeromq/netmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed beacon receiving to work in unix
Because windows and unix differ in how they handle broadcast addressing this needs to be platform specific. On windows any interface can recieve broadcast by requesting to enable broadcast on the socket. On linux to recieve broadcast you must bind to the broadcast address specifically. Verfied using Ubuntu-16.04 mono-5.02.
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters