summaryrefslogtreecommitdiff
path: root/src/tcp_engine.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-28 08:06:21 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-28 08:06:21 +0200
commitce7a9a58e3a0d13db53f7e0b4c17b3185a8c0e1a (patch)
treeed5ac20e0ef22036a97dd848a95ecc2eb4d6b42f /src/tcp_engine.hpp
parent588c728702fb847a0433649c9a07bcf0fabe84ab (diff)
Setting TCP socket options moved to tcp_engine_t
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/tcp_engine.hpp')
-rw-r--r--src/tcp_engine.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tcp_engine.hpp b/src/tcp_engine.hpp
index db17122..6a41883 100644
--- a/src/tcp_engine.hpp
+++ b/src/tcp_engine.hpp
@@ -56,12 +56,6 @@ namespace zmq
// Function to handle network disconnections.
void error ();
- // Associates a socket with a native socket descriptor.
- int open (fd_t fd_, int sndbuf_, int rcvbuf_);
-
- // Closes the underlying socket.
- int close ();
-
// Writes data to the socket. Returns the number of bytes actually
// written (even zero is to be considered to be a success). In case
// of error or orderly shutdown by the other peer -1 is returned.