View Single Post
  #3   (View Single Post)  
Old 6th February 2013
KBr KBr is offline
New User
 
Join Date: May 2012
Posts: 5
Default

As it seems, window scaling is active:

root:2# sysctl net.inet.tcp.rfc1323
net.inet.tcp.rfc1323=1

and I see the wscale term in the output of the pfctl command.
It's OpenBSD 5.0. I hope it's ok so far, I am not keen on updating this box. Thank you for the link. Much to read. May be I get another hint there.

Quote:
Originally Posted by J65nko View Post
You could check whether en.wikipedia.org/wiki/TCP_window_scale_option]TCP window scaling is working.

Code:
# pfctl -vvss | grep -C1 wscale
all tcp 129.128.5.191:54009 (129.128.5.191:63506) <- 192.168.222.20:38781       FIN_WAIT_2:FIN_WAIT_2
   [2816903347 + 102808] wscale 3  [1483341881 + 17376] wscale 3
   age 00:00:54, expires in 00:00:41, 239:386 pkts, 12440:575325 bytes, rule 29
See undeadly.org/cgi?action=article&sid=20060928081238
Create TCP states on the initial SYN packet for an explanation.

Which version of OpenBSD are you using?
Reply With Quote