enum NatPMP::ResultCodes

Overview

Result codes defined by the RFC 6886

RFC 6886 - 3.5. Result Codes

Defined in:

natpmp.cr

Enum Members

SUCCESS = 0
UNSUPPORTED_VERSION = 1
NOT_AUTHORIZED_OR_REFUSED = 2
NETWORK_FAILURE = 3
OUT_OF_RESOURCES = 4
UNSUPPORTED_OPCODE = 5

Instance Method Summary

Instance Method Detail

def network_failure? #

[View source]
def not_authorized_or_refused? #

[View source]
def out_of_resources? #

[View source]
def success? #

[View source]
def unsupported_opcode? #

[View source]
def unsupported_version? #

[View source]