From 730fed9ef9e0e31d2decdab1878d51e186589667 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 2 Jan 2025 08:32:30 +0000 Subject: deploy: 2f6c090c92a563f1a92329810675fb49f3105cc3 --- ref/api/sock.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ref/api') diff --git a/ref/api/sock.html b/ref/api/sock.html index 8e96b421..e66cfe81 100644 --- a/ref/api/sock.html +++ b/ref/api/sock.html @@ -515,8 +515,9 @@ for an underlying transport, the option should be set on the Common Options

The following options are available for many protocols, and always use the same types and semantics described below.

- - + + + -- cgit v1.2.3-70-g09d2
OptionTypeDescription
NNG_OPT_RECONNMAXTnng_durationMaximum time dialers will delay before trying after failing to connect.
NNG_OPT_RECONNMINTnng_durationMinimum time dialers will delay before trying after failing to connect.
NNG_OPT_MAXTTLintMaximum number of traversals across an nng_device device.
NNG_OPT_RECONNMAXTnng_durationMaximum time dialers will delay before trying after failing to connect.
NNG_OPT_RECONNMINTnng_durationMinimum time dialers will delay before trying after failing to connect.
NNG_OPT_RECVBUFintMaximum number of messages to buffer locally when receiving.
NNG_OPT_RECVMAXSZsize_tMaximum message size acceptable for receiving. Can be tuned independently on dialers and listeners.
NNG_OPT_RECVTIMEOnng_durationDefault timeout (ms) for receiving messages.