]> git.meshlink.io Git - utcp/commit
Report initial ssthresh value as 0 while debugging.
authorGuus Sliepen <guus@sliepen.org>
Sun, 15 Mar 2020 13:49:12 +0000 (14:49 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sun, 15 Mar 2020 13:49:12 +0000 (14:49 +0100)
commit488a66580c31a873b93ed541505e1525607bbed8
treeb282b2a79bd525dc894872a8efc98b6a32ee94e7
parentdd5fc9da2dac87d83efeb28e2bc35002ef1c51c5
Report initial ssthresh value as 0 while debugging.

The initial is actually UINT_MAX, but since this makes it hard to plot a
graph of it with autoscaling axes, show it as 0 instead. This removes the
hack where ssthresh is set to sndbuf.maxsize at the start of a connection,
which is wrong when the application overrides the send buffer size later.
utcp.c