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
While looking at negotiation, I noticed that `VersionMismatch` is
load-bearing: the Downstairs will send it if it receives a `HereIAm`
with an incorrect version. As such, we should be unit-testing that its
representation doesn't change (same as `HereIAm` and `YesItsMe`). I also
made the `YesItsMe` test more exhaustive, testing the full encoding of
both IPv4 and IPv6 addresses.
0 commit comments