diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-05-27 05:03:20 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:47:53 -0400 |
commit | 539d243fdd7900fa5a544c7c154dc3ddf627e840 (patch) | |
tree | 68972054f318d614692bdfe76d6d920ae2698a21 /include/linux/tcp.h | |
parent | 9bff40fda015c4d0b57b444626cdcbf66066dbe7 (diff) |
[TCP]: Access to highest_sack obsoletes forward_cnt_hint
In addition, added a reference about the purpose of the loop.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index c072f88afb97..d64734389fb6 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -346,7 +346,6 @@ struct tcp_sock { | |||
346 | int fastpath_cnt_hint; | 346 | int fastpath_cnt_hint; |
347 | int lost_cnt_hint; | 347 | int lost_cnt_hint; |
348 | int retransmit_cnt_hint; | 348 | int retransmit_cnt_hint; |
349 | int forward_cnt_hint; | ||
350 | 349 | ||
351 | u16 advmss; /* Advertised MSS */ | 350 | u16 advmss; /* Advertised MSS */ |
352 | u16 prior_ssthresh; /* ssthresh saved at recovery start */ | 351 | u16 prior_ssthresh; /* ssthresh saved at recovery start */ |