diff options
Diffstat (limited to 'cpp/lib/common/sys/posix/Socket.cpp')
-rw-r--r-- | cpp/lib/common/sys/posix/Socket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/lib/common/sys/posix/Socket.cpp b/cpp/lib/common/sys/posix/Socket.cpp index 5bd13742f6..e27ced9161 100644 --- a/cpp/lib/common/sys/posix/Socket.cpp +++ b/cpp/lib/common/sys/posix/Socket.cpp @@ -116,3 +116,5 @@ int Socket::fd() { return socket; } + +void Socket::setTcpNoDelay(bool) {} //not yet implemented |