Selective Acknowledgement option.
www.networksorcery.com/enp/protocol/tcp/option004.htm
Note that SACK always takes its optlen from the size of the string.
# File lib/packetfu/protos/tcp/option.rb, line 224 def decode "SACK:#{self[:value]}" end
# File lib/packetfu/protos/tcp/option.rb, line 228 def encode(str) temp_obj = self.class.new(:value => str) self[:value] = temp_obj.value self[:optlen] = temp_obj.optlen.value self end
Generated with the Darkfish Rdoc Generator 2.