Open
Description
Line 1585 in d922c72
I cannot find how SockLevel
is used in the code. For example, setsockopt
did not have a level argument:
Line 1639 in d922c72
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