diff options
Diffstat (limited to 'cpp/src/qpid/sys/Socket.h')
-rw-r--r-- | cpp/src/qpid/sys/Socket.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/src/qpid/sys/Socket.h b/cpp/src/qpid/sys/Socket.h index 45a8bb588e..dd7ef9a96d 100644 --- a/cpp/src/qpid/sys/Socket.h +++ b/cpp/src/qpid/sys/Socket.h @@ -98,13 +98,7 @@ public: int read(void *buf, size_t count) const; int write(const void *buf, size_t count) const; - struct Configuration - { - virtual void configurePosixTcpSocket(int fd) const = 0; - virtual ~Configuration() {} - }; - - void configure(const Configuration&); + void setTcpNoDelay(bool nodelay) const; private: Socket(IOHandlePrivate*); |