]> andersk Git - gssapi-openssh.git/blame - openssh/HPN12-README
fix bug in openssh patch
[gssapi-openssh.git] / openssh / HPN12-README
CommitLineData
a7213e65 1config options
2
3TcpRcvBuf=[int]KB client
4 set the TCP socket receive buffer to n Kilobytes. It can be set up to the
5maximum socket size allowed by the system. This is useful in situations where
6the tcp receive window is set low but the maximum buffer size is set
7higher (as is typical). This works on a per TCP connection basis. You can also
8use this to artifically limit the transfer rate of the connection. In these
9cases the throughput will be no more than n/RTT. The minimum buffer size is 1KB.
10Default is the current system wide tcp receive buffer size.
11
12TcpRcvBufPoll=[yes/no] client/server
13 enable of disable the polling of the tcp receive buffer through the life
14of the connection. You would want to make sure that this option is enabled
15for systems making use of autotuning kernels (linux 2.4.24+, 2.6, MS Vista)
16default is no.
17
18NoneEnabled=[yes/no] client/server
19 enable or disable the use of the None cipher. Care must always be used
20when enabling this as it will allow users to send data in the clear. However,
21it is important to note that authentication information remains encrypted
22even if this option is enabled. Set to no by default.
23
24NoneSwitch=[yes/no] client
25 Switch the encryption cipher being used to the None cipher after
26authentication takes place. NoneEnabled must be enabled on both the client
27and server side of the connection. When the connection switches to the NONE
28cipher a warning is sent to STDERR. The connection attempt will fail with an
29error if a client requests a NoneSwitch from the server that does not explicitly
30have NoneEnabled set to yes. Note: The NONE cipher cannot be used in
31interactive (shell) sessions and it will fail silently. Set to no by default.
32
33HPNDisabled=[yes/no] client/server
34 In some situations, such as transfers on a local area network, the impact
35of the HPN code produces a net decrease in performance. In these cases it is
36helpful to disable the HPN functionality. By default HPNDisabled is set to no.
37
38HPNBufferSize=[int]KB client/server
39 This is the default buffer size the HPN functionality uses when interacting
40with nonHPN SSH installations. Conceptually this is similar to the TcpRcvBuf
41option as applied to the internal SSH flow control. This value can range from
421KB to 14MB (1-14336). Use of oversized or undersized buffers can cause performance
43problems depending on the length of the network path. The default size of this buffer
cd891e34 44is 2MB. TcpRcvBufPoll, if set to yes, will override this value. This behaviour may
45change in future versions.
This page took 0.070133 seconds and 5 git commands to generate.