diff options
author | Jeff Trawick <trawick@apache.org> | 2002-11-13 23:47:30 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-11-13 23:47:30 +0000 |
commit | 59bf8de1ef7c5db0afdb27bc87166835947c0e32 (patch) | |
tree | e2a3ee3f617643ae09b8a29a5c5b019954c8d635 /include/apr_network_io.h | |
parent | fde9ce60a435991a32142c889535b581001c36e5 (diff) | |
download | apr-59bf8de1ef7c5db0afdb27bc87166835947c0e32.tar.gz |
add APR_IPV6_V6ONLY socket option
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r-- | include/apr_network_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h index cd05cb63a..30eaa9786 100644 --- a/include/apr_network_io.h +++ b/include/apr_network_io.h @@ -130,6 +130,9 @@ extern "C" { #define APR_INCOMPLETE_WRITE 8192 /**< like APR_INCOMPLETE_READ, but for write * @see APR_INCOMPLETE_READ */ +#define APR_IPV6_V6ONLY 16384 /**< Don't accept IPv4 connections on an + * IPv6 listening socket. + */ /** @} */ |