[PATCH v3 5/7] TCPCT part 2e: accept SYNACK data

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: William Allen Simpson
Date: Monday, February 15, 2010 - 5:34 am

When accompanied by cookie option, Initiator (client) queues incoming
SYNACK transaction data.

This is a straightforward re-implementation of an earlier (year-old)
patch that no longer applies cleanly, with permission of the original
author (Adam Langley).  The patch was previously reviewed:

    http://thread.gmane.org/gmane.linux.network/102586

This function will also be used in subsequent patches that implement
additional features.

Requires:
   TCPCT part 1g: Responder Cookie => Initiator
   net: tcp_header_len_th and tcp_option_len_th

Signed-off-by: William.Allen.Simpson@gmail.com
---
  net/ipv4/tcp_input.c |   26 +++++++++++++++++++++++++-
  1 files changed, 25 insertions(+), 1 deletions(-)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/7] tcp: bugs and cleanup updated to 2.6.33-rc8 (a ..., William Allen Simpson, (Mon Feb 15, 5:23 am)
[PATCH v3 1/7] net: tcp_header_len_th and tcp_option_len_th, William Allen Simpson, (Mon Feb 15, 5:25 am)
[PATCH v3 2/7] net: remove old tcp_optlen function, William Allen Simpson, (Mon Feb 15, 5:27 am)
[PATCH v5 3/7] tcp: harmonize tcp_vx_rcv header length ass ..., William Allen Simpson, (Mon Feb 15, 5:28 am)
[PATCH v4 4/7] tcp: input header length, prediction, and t ..., William Allen Simpson, (Mon Feb 15, 5:31 am)
[PATCH v3 5/7] TCPCT part 2e: accept SYNACK data, William Allen Simpson, (Mon Feb 15, 5:34 am)
[PATCH v5 6/7] TCPCT part 2f: cleanup tcp_parse_options, William Allen Simpson, (Mon Feb 15, 5:41 am)
[PATCH v7 7/7] TCPCT part 2g: parse cookie pair and 64-bit ..., William Allen Simpson, (Mon Feb 15, 5:45 am)
Re: [PATCH v5 3/7] tcp: harmonize tcp_vx_rcv header length ..., William Allen Simpson, (Mon Feb 15, 5:59 am)
Re: [PATCH v4 4/7] tcp: input header length, prediction, a ..., William Allen Simpson, (Mon Feb 15, 12:03 pm)
Re: [PATCH v4 4/7] tcp: input header length, prediction, a ..., William Allen Simpson, (Mon Feb 15, 2:24 pm)