MtuProbeFrame class
MTU_PROBE Frame (Type 0x08) Used for DPLPMTUD (RFC 8899). This frame is used to pad a packet to a specific size to probe if the path supports a larger MTU.
Constructors
- MtuProbeFrame.new({required int probeSize})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List -
Serialize the frame into a byte list.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromBytes(
ByteData view, int offset) → MtuProbeFrame -
A factory constructor to deserialize a frame from bytes.
override