class NatPMP::Client

Defined in:

natpmp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(gateway_ip : URI) #

Overload


[View source]
def self.new(gateway_ip : String, autoconnect : Bool = true) #

[View source]

Instance Method Detail

def connect #

[View source]
def destroy_mapping(internal_port : UInt16, operation : UInt8) #

https://datatracker.ietf.org/doc/html/rfc6886#section-3.4


[View source]
def request_mapping(internal_port : UInt16, external_port : UInt16, operation : UInt8, lifetime : UInt32 = 7200) #

https://datatracker.ietf.org/doc/html/rfc6886#section-3.3


[View source]
def send_public_address_request #

[View source]
def send_public_address_request_raw : Bytes #

[View source]