tcp: fix ssthresh u16 leftover
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 15 Sep 2009 08:30:10 +0000 (01:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Sep 2009 08:30:10 +0000 (01:30 -0700)
It was once upon time so that snd_sthresh was a 16-bit quantity.
...That has not been true for long period of time. I run across
some ancient compares which still seem to trust such legacy.
Put all that magic into a single place, I hopefully found all
of them.

Compile tested, though linking of allyesconfig is ridiculous
nowadays it seems.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found