[PATCH v2 RFC 3/5] TCPCT part 2c: accept SYNACK data
From: William Allen Simpson <hidden>
Date: 2009-12-31 19:52:29
Attachments
- TCPCT+2c2.patch [text/plain] 1724 bytes · preview
From: William Allen Simpson <hidden>
Date: 2009-12-31 19:52:29
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
TCPCT part 2a: TCP header pointer functions
Signed-off-by: William.Allen.Simpson@gmail.com
---
net/ipv4/tcp_input.c | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)