Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
a4612981
Commit
a4612981
authored
Nov 19, 2015
by
Matt Johnston
Browse files
Increase channel limit to 1000
parent
90c3a74b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sysoptions.h
View file @
a4612981
...
...
@@ -150,7 +150,7 @@
RECV_WINDOWEXTEND bytes */
#define MAX_RECV_WINDOW (1024*1024)
/* 1 MB should be enough */
#define MAX_CHANNELS 100
/* simple mem restriction, includes each tcp/x11
#define MAX_CHANNELS 100
0
/* simple mem restriction, includes each tcp/x11
connection, so can't be _too_ small */
#define MAX_STRING_LEN (MAX(MAX_CMD_LEN, 2400))
/* Sun SSH needs 2400 for algos,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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