Returns a new instance of SackChunk.
Since:
3.4.0
4.1.0 Remove ErrorMixin and ParameterMixin
ErrorMixin
ParameterMixin
343 344 345 346
# File 'lib/packetgen/header/sctp/chunk.rb', line 343 def initialize(options={}) options[:type] = BaseChunk::TYPES['SACK'] unless options.key?(:type) super end