From d04b0cfcb5a37f5b6b6ba0fbd031bdbad94399b1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 27 Nov 2018 16:27:20 -0800 Subject: fixes #680 Public TCP API --- docs/man/libnng.3.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/man/libnng.3.adoc') diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 25e8b08d..5d5f5ef0 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -279,6 +279,30 @@ as a convenience to aid in creating portable applications. |=== +=== Supplemental TCP + +|=== +|<>|close TCP connection +|<>|allocate TCP dialer +|<>|close TCP dialer +|<>|initiate outgoing TCP connection +|<>|free TCP dialer +|<>|free TCP connection +|<>|accept incoming TCP connection +|<>|allocate TCP listener +|<>|close TCP listener +|<>|free TCP listener +|<>|bind TCP listener to port +|<>|get TCP peer socket address +|<>|receive from TCP connection +|<>|send to TCP connection +|<>|get TCP local socket address +|<>|enable or disable TCP keepalives +|<>|disable Nagle's algorithm + +| + +|=== === HTTP Support The library may be configured with support for HTTP, and this will -- cgit v1.2.3-70-g09d2