From e5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c Mon Sep 17 00:00:00 2001 From: norrarvid Date: Mon, 4 Jun 2012 10:11:11 +0200 Subject: Support for TCP keepalive and TCP no_delay added --- common/os_calls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index ddcb59d8..e23550fc 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -64,6 +64,8 @@ g_getchar(void); int APP_CC g_tcp_set_no_delay(int sck); int APP_CC +g_tcp_set_keepalive(int sck); +int APP_CC g_tcp_socket(void); int APP_CC g_tcp_local_socket(void); -- cgit v1.2.3