Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
14a46339
Commit
14a46339
authored
Mar 16, 2000
by
Niels Möller
Browse files
* src/lsh.c (WINDOW_SIZE): Decreased to 10000.
Rev: src/lsh.c:1.102
parent
a00d1fdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh.c
View file @
14a46339
...
...
@@ -89,8 +89,10 @@ static struct command options2identities;
/* Block size for stdout and stderr buffers */
#define BLOCK_SIZE 32768
/* Window size for the session channel */
#define WINDOW_SIZE (SSH_MAX_PACKET << 3)
/* Window size for the session channel
*
* NOTE: Large windows seem to trig a bug in sshd2. */
#define WINDOW_SIZE 10000
/* GABA:
(class
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment