summaryrefslogtreecommitdiff
path: root/cpp/lib/common/sys/posix/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common/sys/posix/Socket.cpp')
-rw-r--r--cpp/lib/common/sys/posix/Socket.cpp2
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