Skip to content

Add ability to set bind address for broadcasting.

Latest
Compare
Choose a tag to compare
@daumiller daumiller released this 06 Aug 20:53
· 1 commit to master since this release

Before this change, the default broadcast may not hit the desired interface.
Now the :bind option is used by broadcast sockets (was already used for listening), allowing targeting specific addresses/interfaces.
Set the :bind option, either globally, or when creating producers/consumers, if needed.