summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cc3c8a506..43e578aca 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -661,6 +661,7 @@ APR_DECLARE(apr_status_t) apr_socket_recv(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.
*/