Selective Acknowlegment OK option.
Methods
Class Public methods
Source: show
# File lib/packetfu/protos/tcp.rb, line 393 def initialize(args={}) super( args.merge(:kind => 4, :optlen => 2) ) end
Instance Public methods