Skip to content

v0.1.99

Choose a tag to compare

@ch4r10t33r ch4r10t33r released this 19 Jun 18:50
· 5 commits to main since this release
b79f39c

deps: bump zquic to v1.7.41 (#247).

Fixes silent data loss on any QUIC stream write larger than one 1-RTT packet that is queued under congestion/flow control — the oversized pending entry failed to serialize on drain and was discarded, never retransmitted. libp2p reqresp blocks_by_range bodies (~200 KB/block) were lost, wedging a zeam delayed-node's initial sync into a permanent fork. Small writes (gossip chunks, status, single small blocks) were unaffected.

Full diff: v0.1.98...v0.1.99