-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind the UDP receive port to the desired address (#302)
Binding to INADDR_ANY causes us to receive datagrams destined for our port to any address, which can be problematic if, for example, there are different LCM publishers using different multicast addresses and the same port. This reverts commit 6b9099a, reapplying 7606629 but with a WIN32 guard now to retain the INADDR_ANY behavior on windows, as well as newly applying the same fix to mpudpm. Co-authored-by: Sam Creasey <sam.creasey@tri.global>
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 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
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