From 978e33ba253a997b41b331b449b474a5cee7bccc Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:31 +0100 Subject: Imported Upstream version 2.1.10 --- src/ip.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ip.hpp') diff --git a/src/ip.hpp b/src/ip.hpp index ec2db43..1d44325 100644 --- a/src/ip.hpp +++ b/src/ip.hpp @@ -49,6 +49,8 @@ namespace zmq { + // Same as socket(2), but allows for transparent tweaking the options. + int open_socket (int domain_, int type_, int protocol_); // Resolves network interface name in : format. Symbol "*" // (asterisk) resolves to INADDR_ANY (all network interfaces). -- cgit v1.2.3