RNS::UDPInterface
Inherits RNS::Interface < Reference < Object
Constants
BITRATE_GUESS = 10000000_i64
DEFAULT_IFAC_SIZE = 16
Constructors
Instance methods
bind_ip
Sourcebind_port
Sourcedir_out
Sourceforward_ip
Sourceforward_port
Sourceforwards?
Sourceprocess_outgoing(data : Bytes)
Send data out through the interface. Subclasses must implement this.
receives?
Sourceteardown
Tear down the interface, releasing any resources (sockets, fibers, etc.). Subclasses should override to close their specific resources.