Commit 13ccbc15 authored by jan.koester's avatar jan.koester
Browse files

debian: bump version to 20260731+29 for dispatch-promotion fix

Same version-string content as 20260728+28 would have been silently
overwritten in the package repo without a real client upgrade, per the
update-repo.sh gotcha found 2026-07-26 — bump so mediadb1/2/3 actually
pick up setStartDispatchPromoted().
parent c9456370
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
libnetplus (20260731+29) unstable; urgency=high

  * socket: add setStartDispatchPromoted(bool) — seeds _dispatch_promoted=
    true on every accepted child connection so its first dispatch already
    runs on quicDispatchPool() instead of inline on the shared accept-loop
    thread. Mirrors the existing setIncrementalStreamDispatch pattern.
    Used by libparitypp's server to stop a slow first STORE_BLOCK/rebalance
    transfer from blocking GET_STATUS health probes on other connections
    (root cause of the mediadb cluster DEGRADED/CRITICAL flapping).

 -- Jan Koester <jan.koester@tuxist.de>  Fri, 31 Jul 2026 07:50:00 +0200

libnetplus (20260728+28) unstable; urgency=high

  * quic: RFC-9002-RTO-based timeout for the cwnd-wait loop in