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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Reopen NIC if it settled into a failure state, if its network bindings changed (e.g. WiFi disconnects and then reconnects)
Submitted by @kitten (See #31)
Prevent call stack exhaustion and prevent unintended infinite reprobing loops
Submitted by @mdo-vertuoza (See #29)
Bail faster on setup failures
Submitted by @kitten (See #32)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Filter incoming messages by remote address manually to check for IPv6 zone match or subnet address on Linux. SO_BINDTODEVICE isn't accessible to us for Linux, which means that we have to manually filter incoming messages per socket
Submitted by @kitten (See #15)