Ian McDonald wrote:
On 2/17/06, John Heffner <[EMAIL PROTECTED]> wrote:
This moves some TCP-specific MTU probing state out of
inet_connection_sock back to tcp_sock.

Signed-off-by: John Heffner <[EMAIL PROTECTED]>


Why do you want to do this? What benefit does it give?

I would like to see PMTU done in DCCP and this seems a better place
and probably why Arnaldo put it there....

All the protocol-independent stuff is still in inet_connection_sock. I just moved the variables which keep track of TCP sequence numbers of probes. Since each protocol will have to probe in a slightly different way, you're going to need both a shared struct and a protocol-dependent struct.

  -John

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to