summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorArvidNorr <norrarvid@gmail.com>2012-06-18 00:00:05 -0700
committerArvidNorr <norrarvid@gmail.com>2012-06-18 00:00:05 -0700
commitd2903cd1fc2f02fd08ea0b55117a3a03e7131504 (patch)
tree0996897428c35bf52ed179c818e33b1406cd76b5 /common/os_calls.h
parent2509442b361b93578431697a083a2ed186e25146 (diff)
parente5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c (diff)
downloadxrdp-proprietary-d2903cd1fc2f02fd08ea0b55117a3a03e7131504.tar.gz
xrdp-proprietary-d2903cd1fc2f02fd08ea0b55117a3a03e7131504.zip
Merge pull request #28 from ArvidNorr/tcp_nodelay
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 7be659d6..41b221bf 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);