From 4e34fbd64b592fe276400443d493c79a3d451175 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 2 May 2018 09:28:00 -0700 Subject: Remove stale advice about file descriptors. --- docs/man/nng_options.5.adoc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'docs') 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 `<>`) 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 `<>`. +objects instead. +See `<>`. [[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 `<>`) 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 `<>`. +objects instead. +See `<>`. [[NNG_OPT_SENDTIMEO]] ((`NNG_OPT_SENDTIMEO`)):: -- cgit v1.2.3-70-g09d2