Window Size option.
WS options with lengths other than 3 are malformed.
# File lib/packetfu/protos/tcp/option.rb, line 171 def decode if self[:optlen].to_i == 3 "WS:#{self[:value].to_i}" else "WS-bad:#{self[:value]}" end end
Generated with the Darkfish Rdoc Generator 2.