Skip to content

v0.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 14:22
· 682 commits to master since this release
v0.4.4
4a3f4cf

Changed

  • 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.