[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091014.231540.01186298.davem@davemloft.net>
Date: Wed, 14 Oct 2009 23:15:40 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: william.allen.simpson@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH 1/4] TCPCT part 1: initial SYN exchange
with SYNACK data
From: William Allen Simpson <william.allen.simpson@...il.com>
Date: Thu, 15 Oct 2009 01:28:59 -0400
> Pass 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.
This callback is generic and isn't designed to take opaque
data. All the other arguments to this callback are strongly
typed, and this is on purpose.
You'll need to find another way to implement this.
--
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