commit | 0b6a05c1dbebe8c616e2e5b0f52b7a01fd792911 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Tue Sep 15 01:30:10 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 15 01:30:10 2009 -0700 |
tree | 18b5a2d16ac3fa8dd6d4528469725c216aed428c | |
parent | 036d6a673fa0a2e2c5b72a3b1d1b86114c1711c0 [diff] |
tcp: fix ssthresh u16 leftover 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>