diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2024-11-03 02:20:09 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2024-11-03 02:20:09 +0000 |
| commit | 0a19f7a3102492f715ac70e93432772a37c4959a (patch) | |
| tree | d052c41efa8626bf7b211674b8334ebe92922788 /ref/print.html | |
| parent | 797ce4d4978ca245d015f83af0cb5846d4e2780b (diff) | |
| download | nng-0a19f7a3102492f715ac70e93432772a37c4959a.tar.gz nng-0a19f7a3102492f715ac70e93432772a37c4959a.tar.bz2 nng-0a19f7a3102492f715ac70e93432772a37c4959a.zip | |
deploy: 279180c1d07fc2c4c0bfa8f5a418cb02c4b87863
Diffstat (limited to 'ref/print.html')
| -rw-r--r-- | ref/print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/print.html b/ref/print.html index cc190312..0f119c03 100644 --- a/ref/print.html +++ b/ref/print.html @@ -5490,8 +5490,8 @@ NNG approach to messages. Likewise there is no <code>struct nn_cmsghdr</code> eq <tr><td><code>NN_RECONNECT_IVL_MAX</code></td><td><code>NNG_OPT_RECONNMAXT</code></td><td></td></tr> <tr><td><code>NN_SNDPRIO</code></td><td>None</td><td>Not supported in NNG yet.</td></tr> <tr><td><code>NN_RCVPRIO</code></td><td>None</td><td>Not supported in NNG yet.</td></tr> -<tr><td><code>NN_RCVFD</code></td><td><code>NNG_OPT_RECVFD</code></td><td></td></tr> -<tr><td><code>NN_SNDFD</code></td><td><code>NNG_OPT_SENDFD</code></td><td></td></tr> +<tr><td><code>NN_RCVFD</code></td><td><code>+nng_socket_get_recv_poll_fd</code></td><td>No longer an option, use a function call.</td></tr> +<tr><td><code>NN_SNDFD</code></td><td><code>+nng_socket_get_send_poll_fd</code></td><td>No longer an option, use a function call.</td></tr> <tr><td><code>NN_DOMAIN</code></td><td>None</td><td>NNG options are not divided by domain or protocol.</td></tr> <tr><td><code>NN_PROTOCOL</code></td><td><code>NNG_OPT_PROTO</code></td><td>See also <code>NNG_OPT_PROTONAME</code>.</td></tr> <tr><td><code>NN_IPV4ONLY</code></td><td>None</td><td>Use URL such as <code>tcp4://</code> to obtain this functionality.</td></tr> |
