summaryrefslogtreecommitdiff
path: root/src/ip.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ip.hpp')
-rw-r--r--src/ip.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ip.hpp b/src/ip.hpp
index f1a1668..d8553de 100644
--- a/src/ip.hpp
+++ b/src/ip.hpp
@@ -26,6 +26,9 @@
namespace zmq
{
+ // Same as socket(2), but allows for transparent tweaking the options.
+ fd_t open_socket (int domain_, int type_, int protocol_);
+
// Tunes the supplied TCP socket for the best latency.
void tune_tcp_socket (fd_t s_);