[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AEDDDBE.70300@cosmosbay.com>
Date: Sun, 01 Nov 2009 20:13:02 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: William Allen Simpson <william.allen.simpson@...il.com>
CC: Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [net-next-2.6 PATCH v4 1/3] TCPCT part 1a: add request_values
parameter for sending SYNACK
William Allen Simpson a écrit :
> Add optional function parameters associated with sending SYNACK.
> These parameters are not needed after sending SYNACK, and are not
> used for retransmission. Avoids extending struct tcp_request_sock,
> and avoids allocating kernel memory.
>
> Also affects DCCP as it uses common struct request_sock_ops,
> but this parameter is currently reserved for future use.
>
> Signed-off-by: William.Allen.Simpson@...il.com
> ---
> include/net/request_sock.h | 8 +++++++-
> include/net/tcp.h | 1 +
> net/dccp/ipv4.c | 5 +++--
> net/dccp/ipv6.c | 5 +++--
> net/dccp/minisocks.c | 2 +-
> net/ipv4/inet_connection_sock.c | 2 +-
> net/ipv4/tcp_ipv4.c | 11 +++++++----
> net/ipv4/tcp_minisocks.c | 2 +-
> net/ipv4/tcp_output.c | 1 +
> net/ipv6/tcp_ipv6.c | 14 +++++++-------
> 10 files changed, 32 insertions(+), 19 deletions(-)
>
Acked-by: Eric Dumazet <eric.dumazet@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists