Re: TCP 2MSL on loopback

2007-03-05 Thread David Miller
You might want to post networking questions to the networking developer mailing list, netdev@vger.kernel.org, instead of linux-kernel which most of the networking developers do not read. Thank you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: TCP 2MSL on loopback

2007-03-05 Thread Eric Dumazet
On Monday 05 March 2007 12:20, Howard Chu wrote: > Why is the Maximum Segment Lifetime a global parameter? Surely the > maximum possible lifetime of a particular TCP segment depends on the > actual connection. At the very least, it would be useful to be able to > set it on a per-interface basis. E.