enum

NatPMP::OP

Inherits Enum < Comparable < Value < Object

Opcodes defined by the RFC 6886

"Otherwise, if the opcode in the request is less than 128, but is not a supported opcode (currently 0, 1, or 2)"

RFC 6886 - 3.5. Result Codes

Constants

NOOP = 0_u8
UDP = 1_u8
TCP = 2_u8

Instance methods

noop?

Returns true if this enum value equals NOOP

Source
tcp?

Returns true if this enum value equals TCP

Source
udp?

Returns true if this enum value equals UDP

Source