Closed daniestevez closed 1 year ago
Force-pushing because I've realized that we can have the libc
crate as an optional dependency, because it's only needed for the cli
feature.
@F5OEO did you have a chance to test this pull request, or should I merge it right away? I tested it and saw that it doesn't break anything, so it is probably safe to merge. Worst case this doesn't completely solve the multicast use case and something more is needed.
Merging, since this has been sitting for a while already.
This sets the SO_REUSEADDR socket option when the address is a multicast address.
This feature has been requested in #7.
@F5OEO I've checked with
strace
that this callsCan you check if this allows sharing the multicast address and port in your intended use case?