You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in_pktinfo doesn't exist on BSD, instead one can get a sockaddr_dl out of recvmsg instead via IP_RECVIF, and likewise for the the other information we need from the packet.
in_pktinfo doesn't exist on BSD, instead one can get a sockaddr_dl out of recvmsg instead via IP_RECVIF, and likewise for the the other information we need from the packet.