Add -W <windowsize> argument and document it.

--HG--
extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
This commit is contained in:
Matt Johnston
2007-07-25 15:44:25 +00:00
parent 2d4d9627a2
commit e3e4445dc1
8 changed files with 56 additions and 12 deletions

View File

@@ -350,7 +350,7 @@ static int cli_initchansess(struct Channel *channel) {
channel->errfd = STDERR_FILENO;
setnonblocking(STDERR_FILENO);
channel->extrabuf = cbuf_new(RECV_MAX_WINDOW);
channel->extrabuf = cbuf_new(opts.recv_window);
if (cli_opts.wantpty) {
send_chansess_pty_req(channel);