docs: document tcp_send/recv_buffer_bytes

master
Koichiro IWAO 8 years ago
parent cb1960e0fc
commit 1490da309e

@ -103,6 +103,12 @@ If set to \fB1\fP, \fBtrue\fP or \fByes\fP and the network connection disappears
Regulate if the listening socket uses socket option \fBTCP_NODELAY\fP. 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. 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 .TP
\fBdisableSSLv3\fP=\fI[true|false]\fP \fBdisableSSLv3\fP=\fI[true|false]\fP
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections. If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections.

Loading…
Cancel
Save