From ff06de11cf5a953f47d22bd896f3860697c520c8 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 6 Jan 2019 12:02:48 -0800 Subject: fixes #845 TCP public API doc updates --- docs/man/libnng.3.adoc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/man/libnng.3.adoc') diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 5d5f5ef0..354b4b50 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -1,7 +1,8 @@ = libnng(3) // -// Copyright 2018 Staysail Systems, Inc. +// Copyright 2019 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV +// Copyright 2019 Devolutions // // This document is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -281,6 +282,9 @@ as a convenience to aid in creating portable applications. === Supplemental TCP +These TCP functions are available for use with direct TCP access. +Most applications won't need to use these. + |=== |<>|close TCP connection |<>|allocate TCP dialer @@ -288,6 +292,7 @@ as a convenience to aid in creating portable applications. |<>|initiate outgoing TCP connection |<>|free TCP dialer |<>|free TCP connection +|<>|get option from TCP connection |<>|accept incoming TCP connection |<>|allocate TCP listener |<>|close TCP listener @@ -297,12 +302,10 @@ as a convenience to aid in creating portable applications. |<>|receive from TCP connection |<>|send to TCP connection |<>|get TCP local socket address -|<>|enable or disable TCP keepalives -|<>|disable Nagle's algorithm +|<>|set option on TCP connection +|=== -| -|=== === HTTP Support The library may be configured with support for HTTP, and this will -- cgit v1.2.3-70-g09d2