summaryrefslogtreecommitdiff
path: root/src/ip.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ip.hpp')
-rw-r--r--src/ip.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ip.hpp b/src/ip.hpp
index fabe953..9487303 100644
--- a/src/ip.hpp
+++ b/src/ip.hpp
@@ -31,7 +31,7 @@ namespace xs
fd_t open_socket (int domain_, int type_, int protocol_);
// Tunes the supplied TCP socket for the best latency.
- void tune_tcp_socket (fd_t s_);
+ void tune_tcp_socket (fd_t s_, bool keeaplive_);
// Sets the socket into non-blocking mode.
void unblock_socket (fd_t s_);