summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2016-11-15 09:58:22 +0900
committerKoichiro IWAO <meta@vmeta.jp>2016-11-16 14:15:44 +0900
commit1490da309ed82fc7c32bb3b96312546dc3fd0d8f (patch)
treec71fc318eaf2231346740cfff2fb8c8f0f407598 /docs
parentcb1960e0fc3aa4bb2cd2809508e8899f18c196ae (diff)
downloadxrdp-proprietary-1490da309ed82fc7c32bb3b96312546dc3fd0d8f.tar.gz
xrdp-proprietary-1490da309ed82fc7c32bb3b96312546dc3fd0d8f.zip
docs: document tcp_send/recv_buffer_bytes
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xrdp.ini.56
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5
index 4883cbcb..dd55e1fe 100644
--- a/docs/man/xrdp.ini.5
+++ b/docs/man/xrdp.ini.5
@@ -104,6 +104,12 @@ Regulate if the listening socket uses socket option \fBTCP_NODELAY\fP.
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, no buffering will be performed in the TCP stack.
.TP
+\fBtcp_send_buffer_bytes\fP=\fIbuffer_size\fP
+.TP
+\fBtcp_recv_buffer_bytes\fP=\fIbuffer_size\fP
+Specify send/recv buffer sizes in bytes. The default value depends on operating system.
+
+.TP
\fBdisableSSLv3\fP=\fI[true|false]\fP
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections.