tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0b20710034f6c4bf2d2ca17026876b6f30aff6bb
parent b69de45364993088f867cb03f91eaa22d0088357
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 30 Sep 2025 16:22:08 -0400

Merge branch 'maint-0.4.8'

Diffstat:
Msrc/core/or/congestion_control_flow.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/congestion_control_flow.c b/src/core/or/congestion_control_flow.c @@ -499,7 +499,7 @@ flow_control_decide_xoff(edge_connection_t *stream) /* If we've exceeded our XOFF grace period, we need to send an XOFF. */ log_info(LD_EDGE, "Sending XOFF: total-buffered=%" TOR_PRIuSZ - " xoff-limit=%d grace-period-dur=%" TOR_PRIuSZ "usec", + " xoff-limit=%d grace-period-dur=%" PRIu64 "usec", total_buffered, buffer_limit_xoff, now - stream->xoff_grace_period_start_usec); tor_trace(TR_SUBSYS(cc), TR_EV(flow_decide_xoff_sending), stream);