diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-02 09:28:00 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-02 09:28:00 -0700 |
| commit | 4e34fbd64b592fe276400443d493c79a3d451175 (patch) | |
| tree | 02b8f895adbd5f47f6df7e693ffffbb7ea1d0da8 | |
| parent | 3d3fa690c4f81bf4ed0a2de42c3c8fbb9f4cca5c (diff) | |
| download | nng-4e34fbd64b592fe276400443d493c79a3d451175.tar.gz nng-4e34fbd64b592fe276400443d493c79a3d451175.tar.bz2 nng-4e34fbd64b592fe276400443d493c79a3d451175.zip | |
Remove stale advice about file descriptors.
| -rw-r--r-- | docs/man/nng_options.5.adoc | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/man/nng_options.5.adoc b/docs/man/nng_options.5.adoc index 4850730d..42fb27fe 100644 --- a/docs/man/nng_options.5.adoc +++ b/docs/man/nng_options.5.adoc @@ -158,15 +158,11 @@ be readable. IMPORTANT: Appplications should never attempt to read or write to the returned file descriptor. -Furthermore, applications should not attempt to use the actual socket (of -type `<<nng_socket.5#,nng_socket>>`) with polling functions, -since it is merely an internal -identifier and will not necessarily referency any operting system object or -handle. TIP: While this option may help applications integrate into existing polling loops, it is more efficient, and often easier, to use the asynchronous I/O -objects instead. See `<<nng_aio_alloc.3#,nng_aio_alloc()>>`. +objects instead. +See `<<nng_aio_alloc.3#,nng_aio_alloc()>>`. [[NNG_OPT_RECVMAXSZ]] ((`NNG_OPT_RECVMAXSZ`)):: @@ -234,15 +230,11 @@ the descriptor will *not* be readable. IMPORTANT: Appplications should never attempt to read or write to the returned file descriptor. -Furthermore, applications should not attempt to use the actual socket (of -type `<<nng_socket.5#,nng_socket>>`) with polling functions, -since it is merely an internal -identifier and will not necessarily referency any operting system object or -handle. TIP: While this option may help applications integrate into existing polling loops, it is more efficient, and often easier, to use the asynchronous I/O -objects instead. See `<<nng_aio_alloc.3#,nng_aio_alloc()>>`. +objects instead. +See `<<nng_aio_alloc.3#,nng_aio_alloc()>>`. [[NNG_OPT_SENDTIMEO]] ((`NNG_OPT_SENDTIMEO`)):: |
