summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2016-03-03 12:12:34 +0000
committerJoe Orton <jorton@apache.org>2016-03-03 12:12:34 +0000
commitf9053c029a7cb113ec69b873a17cd572ef34f695 (patch)
tree76443d1ac613432428a6d02ea6e334c3ab07a4d0 /include/apr_network_io.h
parent91c1f71995a1ad87bb4723e019449d0b962757fb (diff)
downloadapr-f9053c029a7cb113ec69b873a17cd572ef34f695.tar.gz
Committed to 1.6.x branch first in error in r1733456:
* include/apr_network_io.h: Document APR_SO_FREEBIND here. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1733457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index d9714a6a6..8c7f52b13 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -671,6 +671,7 @@ APR_DECLARE(apr_status_t) apr_socket_wait(apr_socket_t *sock,
* of local addresses.
* APR_SO_SNDBUF -- Set the SendBufferSize
* APR_SO_RCVBUF -- Set the ReceiveBufferSize
+ * APR_SO_FREEBIND -- Allow binding to non-local IP address.
* </PRE>
* @param on Value for the option.
*/