summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authornorrarvid <norrarvid@gmail.com>2012-06-04 10:11:11 +0200
committernorrarvid <norrarvid@gmail.com>2012-06-04 10:11:11 +0200
commite5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c (patch)
tree0363a78110ffbc2ac01d35d722459fd3aff60dbf /common/os_calls.h
parent60b052965634be151d88f7011149d0edc71f23d8 (diff)
downloadxrdp-proprietary-e5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c.tar.gz
xrdp-proprietary-e5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c.zip
Support for TCP keepalive and TCP no_delay added
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 2 insertions, 0 deletions
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);