From 6274913455be87cbe598b5d0534e1e80972c8efd Mon Sep 17 00:00:00 2001 From: gdamore Date: Tue, 28 Oct 2025 05:39:18 +0000 Subject: deploy: 1d69c8f0393337d4f222cc1af1af813d77922c84 --- ref/tran/udp.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ref/tran/udp.html') diff --git a/ref/tran/udp.html b/ref/tran/udp.html index fc474ed1..69d29ef1 100644 --- a/ref/tran/udp.html +++ b/ref/tran/udp.html @@ -309,11 +309,9 @@ the actual structure is either of type

The following transport options are supported by this transport, where supported by the underlying platform.

- - - +
OptionTypeDescription
NNG_OPT_LOCADDRnng_sockaddrThe locally bound address, will be either nng_sockaddr_in or nng_sockaddr_in6.
NNG_OPT_REMADDRnng_sockaddrThe remote peer address, will be either nng_sockaddr_in or nng_sockaddr_in6. Only valid for pipe and dialer objects.
NNG_OPT_RECVMAXSZsize_tMaximum size of incoming messages, will be limited to at most 65000.
NNG_OPT_UDP_COPY_MAXsize_tThreshold above which received messages are “loaned” up, rather than a new message being allocated and copied into.
NNG_OPT_UDP_BOUND_PORTintThe locally bound UDP port number (1-65535), read-only for listener objects only.
NNG_OPT_BOUND_PORTintThe locally bound UDP port number (1-65535), read-only for listener objects only.

Maximum Message Size

-- cgit v1.2.3-70-g09d2