From 57440b86e2c62c78f3904abb17f11500ba0a1a6f Mon Sep 17 00:00:00 2001 From: Steven McCoy Date: Mon, 15 Aug 2011 08:56:00 +0200 Subject: Add IPv6 support to tcp_listener Signed-off-by: Steven McCoy Signed-off-by: Martin Sustrik --- src/ip.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ip.hpp') diff --git a/src/ip.hpp b/src/ip.hpp index 1066d4b..a8b6eb1 100644 --- a/src/ip.hpp +++ b/src/ip.hpp @@ -68,6 +68,9 @@ namespace zmq // Sets the socket into non-blocking mode. void unblock_socket (fd_t s_); + // Enable IPv4-mapping of addresses in case it is disabled by default. + void enable_ipv4_mapping (fd_t s_); + } #endif -- cgit v1.2.3