comparison dropbear.8 @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents 3e6c536bc023
children b85507ade010
comparison
equal deleted inserted replaced
453:29953de278ae 454:7e43f5e473b9
85 .TP 85 .TP
86 .B \-W \fIwindowsize 86 .B \-W \fIwindowsize
87 Specify the per-channel receive window buffer size. Increasing this 87 Specify the per-channel receive window buffer size. Increasing this
88 may improve network performance at the expense of memory use. Use -h to see the 88 may improve network performance at the expense of memory use. Use -h to see the
89 default buffer size. 89 default buffer size.
90 .TP
91 .B \-K \fItimeout_seconds
92 Ensure that traffic is transmitted at a certain interval in seconds. This is
93 useful for working around firewalls or routers that drop connections after
94 a certain period of inactivity. The trade-off is that a session may be
95 closed if there is a temporary lapse of network connectivity. A setting
96 if 0 disables keepalives.
90 .SH AUTHOR 97 .SH AUTHOR
91 Matt Johnston ([email protected]). 98 Matt Johnston ([email protected]).
92 .br 99 .br
93 Gerrit Pape ([email protected]) wrote this manual page. 100 Gerrit Pape ([email protected]) wrote this manual page.
94 .SH SEE ALSO 101 .SH SEE ALSO