mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Add -W <windowsize> argument and document it.
--HG-- extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user