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
Since we're listening on "::", the kernel might choose a different from address for a reply than the original packet was addressed to. This will make 5-tuple binding fail.
Note: this might mean opening a separate v4 and v6 socket, which is annoying. Perhaps only worry about this for v6, where multiple addresses are likely more of an issue.
The text was updated successfully, but these errors were encountered:
Since we're listening on "::", the kernel might choose a different from address for a reply than the original packet was addressed to. This will make 5-tuple binding fail.
http://stackoverflow.com/questions/3062205/setting-the-source-ip-for-a-udp-socket
Note: this might mean opening a separate v4 and v6 socket, which is annoying. Perhaps only worry about this for v6, where multiple addresses are likely more of an issue.
The text was updated successfully, but these errors were encountered: