diff options
author | stephen hemminger <shemminger@vyatta.com> | 2011-03-14 08:52:13 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-14 23:54:38 +0100 |
commit | c54b4b7655447c1f24f6d50779c22eba9ee0fd24 (patch) | |
tree | 42178e794fafe36de1a00607b28363e1fe8da3f2 /.mailmap | |
parent | tcp: fix RTT for quick packets in congestion control (diff) | |
download | linux-c54b4b7655447c1f24f6d50779c22eba9ee0fd24.tar.xz linux-c54b4b7655447c1f24f6d50779c22eba9ee0fd24.zip |
tcp_cubic: fix comparison of jiffies
Jiffies wraps around therefore the correct way to compare is
to use cast to signed value.
Note: cubic is not using full jiffies value on 64 bit arch
because using full unsigned long makes struct bictcp grow too
large for the available ca_priv area.
Includes correction from Sangtae Ha to improve ack train detection.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions