Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct protocol level for IP_MULTICAST_foo flags
The SOL_SOCKET protocol level works only on Linux, not on FreeBSD. The IPPROTO_IP protocol level is the canonical, which both support, and is also documented in Linux ip(7). Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information