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
The amount of bytes read and written to a peer are now no longer reset after
a reconnect (for outgoing connection).
Renamed connectionTxBytes and connectionRxBytes on the peer stats struct
to txBytes and rxBytes to better express that they are no longer tied to
a single connection to the peer.
Fixed
When joining a link local multicast group on an interface returns a Address already in use error, the error is now ignored and the interface is
considered to be joined.
When sending an update to a peer, the source table is now correctly updated before
the update is sent, instead of doing a batched source table update afterward.