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:10:42 UTC

svn commit: r1733456 - /apr/apr/branches/1.6.x/include/apr_network_io.h

Author: jorton
Date: Thu Mar  3 12:10:41 2016
New Revision: 1733456

URL: http://svn.apache.org/viewvc?rev=1733456&view=rev
Log:
* include/apr_network_io.h: Document APR_SO_FREEBIND here.

Modified:
    apr/apr/branches/1.6.x/include/apr_network_io.h

Modified: apr/apr/branches/1.6.x/include/apr_network_io.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/include/apr_network_io.h?rev=1733456&r1=1733455&r2=1733456&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/include/apr_network_io.h (original)
+++ apr/apr/branches/1.6.x/include/apr_network_io.h Thu Mar  3 12:10:41 2016
@@ -661,6 +661,7 @@ APR_DECLARE(apr_status_t) apr_socket_rec
  *                                  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.
  */