-
Notifications
You must be signed in to change notification settings - Fork 719
Open
Description
Line 1585 in d922c72
| pub enum SockLevel { |
I cannot find how SockLevel is used in the code. For example, setsockopt did not have a level argument:
Line 1639 in d922c72
| pub fn setsockopt<O: SetSockOpt>(fd: RawFd, opt: O, val: &O::Val) -> Result<()> { |
How can we use SockLevel? I have a use case that needs to do something like this (not real code):
setsockopt(IPPROTO_IP, IP_MULTICAST_IF, <value>);
I cannot find IP_MULTICAST_IF in Nix either. Did I miss it somewhere? Thanks.
Metadata
Metadata
Assignees
Labels
No labels