aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-08-09 19:29:51 -0700
committerGarrett D'Amore <garrett@damore.org>2019-09-24 18:48:50 -0700
commite618abf8f3db2a94269a79c8901a51148d48fcc2 (patch)
tree1ca624cefb452bcfcf34daaf919ea77a5413bc15 /docs
parent906d5ea1b3d67bece941d8a4e0a049e5f6c65051 (diff)
downloadnng-e618abf8f3db2a94269a79c8901a51148d48fcc2.tar.gz
nng-e618abf8f3db2a94269a79c8901a51148d48fcc2.tar.bz2
nng-e618abf8f3db2a94269a79c8901a51148d48fcc2.zip
fixes #970 TCP connections through docker-proxy do not reconnect
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_stream_recv.3str.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/man/nng_stream_recv.3str.adoc b/docs/man/nng_stream_recv.3str.adoc
index 6b5e5b37..148be978 100644
--- a/docs/man/nng_stream_recv.3str.adoc
+++ b/docs/man/nng_stream_recv.3str.adoc
@@ -56,6 +56,7 @@ None.
`NNG_ECANCELED`:: The operation was canceled.
`NNG_ECLOSED`:: The connection was closed.
`NNG_ECONNRESET`:: The peer closed the connection.
+`NNG_ECONNSHUT`:: Remote peer shutdown after sending data.
`NNG_EINVAL`:: The _aio_ does not contain a valid scatter/gather vector.
`NNG_ENOMEM`:: Insufficient free memory to perform the operation.
`NNG_ETIMEDOUT`:: Timeout waiting for data from the connection.