diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:31 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:31 +0100 |
commit | 978e33ba253a997b41b331b449b474a5cee7bccc (patch) | |
tree | 68b0709e1ebb04bf7fd102a7783e3f93dd52cc8c /src/ip.hpp | |
parent | 75af6aed482ab16997c1388fe801f74d11ec12a4 (diff) |
Imported Upstream version 2.1.10upstream/2.1.10
Diffstat (limited to 'src/ip.hpp')
-rw-r--r-- | src/ip.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 <nic-name>:<port> format. Symbol "*" // (asterisk) resolves to INADDR_ANY (all network interfaces). |