Methods
Class Public methods
Source: show
# File lib/packetfu/protos/tcp.rb, line 449 def initialize(args={}) super( args.merge(:kind => 6, :optlen => 6 ) ) end
Instance Public methods