Skip to content

v0.14.0

Latest

Choose a tag to compare

@whitequark whitequark released this 17 Aug 01:46
· 4 commits to main since this release
cbfe05f

Changes in this release:

  • wire: Expose the checksum module publicly, so downstream crates can compute RFC 1071 Internet checksums over discontiguous buffers. (#1172)
  • tcp: don't rate-limit ACKs for out-of-window data segments. (#1162)
  • tcp: more rfc-compliant out-of-window rx handling. (#1164)
  • tcp: better handling of MSS (#1161)
  • tcp: congestion control api redesign to better support loss-based algorithms (#1154)
  • tcp: make reno RFC compliant (#1156)
  • tcp: make CUBIC RFC compliant (#1157)
  • tcp: fast retransmit improvements (#1155)
  • Implement core::error::Error for errors (#1175)
  • ip: Optimize the internet checksum calculation (#1176)
  • Upgrade defmt to version 1
  • tcp: add single-pass zero-allocation TcpOptionSummary parser (#1194)
  • phy: add TCP segmentation offload support (#1148)