Commit 12339991 authored by jan.koester's avatar jan.koester
Browse files

deb

parent d305257f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
libnetplus (20260504+1) unstable; urgency=medium

  * QUIC: fix sendStreamData(vector) silently losing data on congestion
    control stall — now retries in a loop with pumpIncoming() between
    attempts until all data (including FIN) is delivered
  * QUIC: only mark stream send_fin when all data was actually sent on
    the wire, preventing incorrect state when CC breaks the send loop

 -- Jan Koester <jan.koester@tuxist.de>  Sun, 04 May 2026 19:00:00 +0200

libnetplus (20260502+1) unstable; urgency=medium

  * QUIC: add udp::recvBatchAddr() — batch receive with peer addresses