3 Jan 2011 23:04
Re: Trimming TCP options
Chuck Swiger <cswiger <at> mac.com>
2011-01-03 22:04:19 GMT
2011-01-03 22:04:19 GMT
Hi, Mihai-- I'd meant to reply to this earlier, but holiday travel interfered.(Continue reading)On Dec 30, 2010, at 7:06 AM, Mihai Chelaru wrote: > On 12/30/10 00:45, Greg Troxel wrote: >> Could you explain >> how long you've been running this > > This is my workstation, up since yesterday with normal tasks - browsing, > mail, radio, torrents, ssh/telnet/rdp client etc. It's important to note that (most?) TCP stacks will resend SYN packets with fewer TCP options set if the initial SYN request doesn't get answered in some fashion. To validate that your changes are working as expected, you should tcpdump filtering for SYN packets and watch out for duplicate SYNs being sent. >> how other implementations behave? (Specifically, does this make us >> like the rest, or different?) > > Bytes requested by each option: > > SACKP WScale Timestamps Use_EOL > > NetBSD 4 4 12 N > FreeBSD* 2-3 3-4 10-13 Y > Linux-2627 2 4 10 Y > Win2003 4 4 12 N(?) > Cisco IOS 4 4 10 Y > WinXP 4 4 12 N(?) > Win7 4 4 ? N(?)
On Dec 30, 2010, at 7:06 AM, Mihai Chelaru wrote:
> On 12/30/10 00:45, Greg Troxel wrote:
>> Could you explain
>> how long you've been running this
>
> This is my workstation, up since yesterday with normal tasks - browsing,
> mail, radio, torrents, ssh/telnet/rdp client etc.
It's important to note that (most?) TCP stacks will resend SYN packets with fewer TCP options set if the
initial SYN request doesn't get answered in some fashion. To validate that your changes are working as
expected, you should tcpdump filtering for SYN packets and watch out for duplicate SYNs being sent.
>> how other implementations behave? (Specifically, does this make us
>> like the rest, or different?)
>
> Bytes requested by each option:
>
> SACKP WScale Timestamps Use_EOL
>
> NetBSD 4 4 12 N
> FreeBSD* 2-3 3-4 10-13 Y
> Linux-2627 2 4 10 Y
> Win2003 4 4 12 N(?)
> Cisco IOS 4 4 10 Y
> WinXP 4 4 12 N(?)
> Win7 4 4 ? N(?)
RSS Feed