diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 12:52:35 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 12:52:35 -0700 |
commit | 7176f1464710fd809af92ae3c2fcf9412eda9ace (patch) | |
tree | 10c6a89f04fbf6a29c5e64530a12a74e960fcd37 /xrdp/xrdp.ini | |
parent | 97473e4f66e30ba75f0069a01f392760b6a17075 (diff) | |
download | xrdp-proprietary-7176f1464710fd809af92ae3c2fcf9412eda9ace.tar.gz xrdp-proprietary-7176f1464710fd809af92ae3c2fcf9412eda9ace.zip |
added options to set tcp send and recv buffer sizes
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index c191619b..604ac515 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -13,6 +13,8 @@ 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 +#tcp_send_buffer_bytes=32768 +#tcp_recv_buffer_bytes=32768 #black=000000 #grey=d6d3ce #dark_grey=808080 |