You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2016/03/03 13:12:34 UTC

svn commit: r1733457 - /apr/apr/trunk/include/apr_network_io.h

Author: jorton
Date: Thu Mar  3 12:12:34 2016
New Revision: 1733457

URL: http://svn.apache.org/viewvc?rev=1733457&view=rev
Log:
Committed to 1.6.x branch first in error in r1733456:

* include/apr_network_io.h: Document APR_SO_FREEBIND here.

Modified:
    apr/apr/trunk/include/apr_network_io.h

Modified: apr/apr/trunk/include/apr_network_io.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_network_io.h?rev=1733457&r1=1733456&r2=1733457&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_network_io.h (original)
+++ apr/apr/trunk/include/apr_network_io.h Thu Mar  3 12:12:34 2016
@@ -671,6 +671,7 @@ APR_DECLARE(apr_status_t) apr_socket_wai
  *                                  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.
  */