diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2005-08-09 23:11:56 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 18:49:29 -0400 |
commit | 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 (patch) | |
tree | 509c113d2622a28836303590ba1a40cecea59d3b /include/linux/tcp.h | |
parent | 0a5578cf8e5e045aaa68643c17ce885426697c6b (diff) |
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
With this we're very close to getting all of the current TCP
refactorings in my dccp-2.6 tree merged, next changeset will export
some functions needed by the current DCCP code and then dccp-2.6.git
will be born!
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 800930fac388..620096840744 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -270,7 +270,7 @@ struct tcp_sock { | |||
270 | __u8 frto_counter; /* Number of new acks after RTO */ | 270 | __u8 frto_counter; /* Number of new acks after RTO */ |
271 | 271 | ||
272 | __u8 nonagle; /* Disable Nagle algorithm? */ | 272 | __u8 nonagle; /* Disable Nagle algorithm? */ |
273 | __u8 defer_accept; /* User waits for some data after accept() */ | 273 | /* ONE BYTE HOLE, TRY TO PACK */ |
274 | 274 | ||
275 | /* RTT measurement */ | 275 | /* RTT measurement */ |
276 | __u32 srtt; /* smoothed round trip time << 3 */ | 276 | __u32 srtt; /* smoothed round trip time << 3 */ |