diff options
author | ArvidNorr <norrarvid@gmail.com> | 2012-06-18 00:00:05 -0700 |
---|---|---|
committer | ArvidNorr <norrarvid@gmail.com> | 2012-06-18 00:00:05 -0700 |
commit | d2903cd1fc2f02fd08ea0b55117a3a03e7131504 (patch) | |
tree | 0996897428c35bf52ed179c818e33b1406cd76b5 /xrdp/xrdp.ini | |
parent | 2509442b361b93578431697a083a2ed186e25146 (diff) | |
parent | e5fb05e9cba476ec67f71fee1d79ddd5cdd12f2c (diff) | |
download | xrdp-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 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 7cab7000..20b2be3f 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -7,6 +7,12 @@ crypt_level=low channel_code=1 max_bpp=24 fork=yes +# regulate if the listening socket use socket option tcp_nodelay +# no buffering will be performed in the TCP stack +tcp_nodelay=yes +# regulate if the listening socket use socket option keepalive +# if the network connection disappear without close messages the connection will be closed +tcp_keepalive=yes #black=000000 #grey=d6d3ce #dark_grey=808080 |