diff options
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nng_options.5.adoc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/man/nng_options.5.adoc b/docs/man/nng_options.5.adoc index b5b62815..d71a7b54 100644 --- a/docs/man/nng_options.5.adoc +++ b/docs/man/nng_options.5.adoc @@ -21,7 +21,6 @@ nng_options - socket, dialer, listener, and pipe options #define NNG_OPT_SOCKNAME "socket-name" #define NNG_OPT_RAW "raw" -#define NNG_OPT_LINGER "linger" #define NNG_OPT_RECVBUF "recv-buffer" #define NNG_OPT_SENDBUF "send-buffer" #define NNG_OPT_RECVFD "recv-fd" @@ -73,19 +72,6 @@ can have multiple dialers and endpoints associated with them. An attempt has been made to include details about such restrictions in the description of the option. -[[NNG_OPT_LINGER]] -((`NNG_OPT_LINGER`)):: -(((lingering))) -(`<<nng_duration.5#,nng_duration>>`) -This is the linger time of the socket in milliseconds. -When this value is non-zero, then the system will -attempt to defer closing until it has undelivered data, or until the specified -timeout has expired. - -NOTE: Not all transports support lingering, and -so closing a socket or exiting the application can still result in the loss -of undelivered messages. - [[NNG_OPT_LOCADDR]] ((`NNG_OPT_LOCADDR`)):: (`<<nng_sockaddr.5#,nng_sockaddr>>`) |
