Mercurial > dropbear
comparison dbclient.1 @ 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 | d7b0c015fdc7 |
comparison
equal
deleted
inserted
replaced
453:29953de278ae | 454:7e43f5e473b9 |
---|---|
77 .TP | 77 .TP |
78 .B \-W \fIwindowsize | 78 .B \-W \fIwindowsize |
79 Specify the per-channel receive window buffer size. Increasing this | 79 Specify the per-channel receive window buffer size. Increasing this |
80 may improve network performance at the expense of memory use. Use -h to see the | 80 may improve network performance at the expense of memory use. Use -h to see the |
81 default buffer size. | 81 default buffer size. |
82 .TP | |
83 .B \-K \fItimeout_seconds | |
84 Ensure that traffic is transmitted at a certain interval in seconds. This is | |
85 useful for working around firewalls or routers that drop connections after | |
86 a certain period of inactivity. The trade-off is that a session may be | |
87 closed if there is a temporary lapse of network connectivity. A setting | |
88 if 0 disables keepalives. | |
82 .SH AUTHOR | 89 .SH AUTHOR |
83 Matt Johnston ([email protected]). | 90 Matt Johnston ([email protected]). |
84 .br | 91 .br |
85 Gerrit Pape ([email protected]) wrote this manual page. | 92 Gerrit Pape ([email protected]) wrote this manual page. |
86 .SH SEE ALSO | 93 .SH SEE ALSO |