Re: gre and MONITOR

2013-05-10 Thread Chip Marshall
On 2013-05-10, Hiroki Sato sent: > Chip Marshall wrote > ch> It appears the MONITOR flag doesn't work on gre interfaces. > > The attached patch should fix this. Can you try it? Appears to work for what I need it for, thank you! -- Chip Marshall http://2bithacker.net/

gre and MONITOR

2013-05-08 Thread Chip Marshall
ved, 0% packet loss round-trip min/avg/max/stddev = 0.265/0.297/0.382/0.043 ms -- Chip Marshall http://2bithacker.net/ pgpf2sYlrRecn.pgp Description: PGP signature

Re: Odd TCP RFC1323 Behavior

2011-08-16 Thread Chip Marshall
put. In this case, both sides are using RFC1323 window scaling: Before HPN: chip@test-server:~$ scp testfile test-client:~/ testfile100% 10MB 409.6KB/s 800.0KB/s 00:25 After HPN: chip@test-server:~$ scp testfile test-client:~/ testfile 100%

Odd TCP RFC1323 Behavior

2011-08-12 Thread Chip Marshall
is via lo0. ssh is OpenSSH_5.2p1, compiled from ports with default options. I'm really at a loss to explain this. Why does named use RFC1323 on bce0 when sshd doesn't? Why does sshd use RFC1323 on lo0 but not on bce0? I can provide PCAPs of the SYN, SYN/ACK exchanges if that will help. --