Commit 9731cc38 authored by Youness Alaoui's avatar Youness Alaoui

Merge remote-tracking branch 'main/master'

parents dc9ea089 53b7130b
......@@ -1282,7 +1282,8 @@ attempt_send(PseudoTcpSocket *self, SendFlags sflags)
if (bFirst) {
bFirst = FALSE;
DEBUG (PSEUDO_TCP_DEBUG_VERBOSE, "[cwnd: %d nWindow: %d nInFlight: %d "
"nAvailable: %d nQueued: %d nEmpty: %d ssthresh: %d]",
"nAvailable: %d nQueued: %d nEmpty: %" G_GSIZE_FORMAT
" ssthresh: %d]",
priv->cwnd, nWindow, nInFlight, nAvailable, priv->slen - nInFlight,
sizeof(priv->sbuf) - priv->slen, priv->ssthresh);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment