[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B184C5D.40707@gmail.com>
Date: Thu, 03 Dec 2009 18:40:13 -0500
From: William Allen Simpson <william.allen.simpson@...il.com>
To: Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [net-next-2.6 PATCH v9 0/2] TCPCT part 1h: accept SYNACK data
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
Also, redefine two TCP header functions to accept TCP header pointer.
When subtracting, return signed int to allow error checking.
These functions will also be used in subsequent patches that implement
additional features.
Signed-off-by: William.Allen.Simpson@...il.com
---
include/linux/tcp.h | 12 ++++++++++++
net/ipv4/tcp_input.c | 25 ++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 1 deletions(-)
View attachment "TCPCT+1h9.patch" of type "text/plain" (2444 bytes)
Powered by blists - more mailing lists