Commit 6fbbc42
committed
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 <troglobit@gmail.com>1 parent b03d00e commit 6fbbc42
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments