Skip to content

v1.0.1

Latest

Choose a tag to compare

@dignifiedquire dignifiedquire released this 29 Jun 09:42
· 1 commit to main since this release

πŸ› Bug Fixes

  • (migration) Do not update local_ip for probing packets (#715) - (af0fa65)
  • (noq-udp) Set Windows ioctls to suppress ICMP errors on recv (#707) - (5a0d249)
  • (proto) Move pending path responses to PacketNumberSpace (#708) - (b9b9fcf)
  • (proto) Ignore PATH_CIDS_BLOCKED when it refers to abandoned paths (#710) - (8ca5916)
  • (proto) Use correct info in retransmission of *_BLOCKED frames (#716) - (147892a)
  • (proto) Avoid active_connections underflow (#717) - (32467e4)
  • (proto) ObservedAddr retransmission by creating a path-specific retransmittable data queue (#705) - (c37f064)
  • (proto) Improve queuing and sending of OBSERVED_ADDR frames (#722) - (4b7a6e1)
  • (proto) Ensure stats reported in Discarded events are updated (#728) - (288323b)

🚜 Refactor

  • (multipath) Track OpenStatus on PacketNumberSpace (#711) - (abdd49b)
  • (qnt) Higher priority for add and remove address frames (#709) - (611ecf3)

βš™οΈ Miscellaneous Tasks

  • (ci) Enable merge queue trigger for patchay tests - (854eebd)