Changes in this release:
- wire: Expose the
checksummodule 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
defmtto version 1 - tcp: add single-pass zero-allocation TcpOptionSummary parser (#1194)
- phy: add TCP segmentation offload support (#1148)