[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4B5A9C14.70704@gmail.com>
Date: Sat, 23 Jan 2010 01:49:56 -0500
From: William Allen Simpson <william.allen.simpson@...il.com>
To: Linux Kernel Developers <linux-kernel@...r.kernel.org>,
Linux Kernel Network Developers <netdev@...r.kernel.org>
CC: Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH v5 7/7] TCPCT part 2g: parse cookie pair and 64-bit timestamp
Parse cookie pair extended option (previously defined).
Define and parse 64-bit timestamp extended option (and minor cleanup).
However, only 32-bits are used at this time (permitted by specification).
Every bit is sacred. Use as few bits as possible in the tcp_sock
structure, at the expense of performance.
[v5 fixed trivial error]
Requires:
net: tcp_header_len_th and tcp_option_len_th
TCPCT part 2f: cleanup tcp_parse_options
Signed-off-by: William.Allen.Simpson@...il.com
---
include/linux/tcp.h | 10 ++++-
include/net/tcp.h | 45 ++++++++++---------
net/ipv4/tcp_input.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++----
3 files changed, 142 insertions(+), 32 deletions(-)
View attachment "TCPCT+2g5+2.6.33-rc5.patch" of type "text/plain" (10021 bytes)
Powered by blists - more mailing lists