Maximum Segment Size option.
MSS options with lengths other than 4 are malformed.
# File lib/packetfu/protos/tcp/option.rb, line 145 def decode if self[:optlen].to_i == 4 "MSS:#{self[:value].to_i}" else "MSS-bad:#{self[:value]}" end end
Generated with the Darkfish Rdoc Generator 2.