From ce7a9a58e3a0d13db53f7e0b4c17b3185a8c0e1a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 28 Jul 2011 08:06:21 +0200 Subject: Setting TCP socket options moved to tcp_engine_t Signed-off-by: Martin Sustrik --- src/tcp_engine.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tcp_engine.hpp') 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. -- cgit v1.2.3