Selective Acknowlegment OK option.
SACKOK options with sizes other than 2 are malformed.
# File lib/packetfu/protos/tcp/option.rb, line 193 def decode if self[:optlen].to_i == 2 "SACKOK" else "SACKOK-bad:#{self[:value]}" end end
Generated with the Darkfish Rdoc Generator 2.