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
One of the common uses of IP_PKTINFO is with a UDP port that receives packets from many addresses to know which port to send the the result to. Sadly IP_PKTINFO is only a ControlMessageOwned, not a ControlMessage and the same is true for IPv6. Every ControlMessageOwned should probably be a ControlMessage as well if it can be used on transmit.
The text was updated successfully, but these errors were encountered:
One of the common uses of IP_PKTINFO is with a UDP port that receives packets from many addresses to know which port to send the the result to. Sadly IP_PKTINFO is only a ControlMessageOwned, not a ControlMessage and the same is true for IPv6. Every ControlMessageOwned should probably be a ControlMessage as well if it can be used on transmit.
The text was updated successfully, but these errors were encountered: