ssh: increase initial window size for better throughput
This commit is contained in:
parent
9b33c34e9b
commit
99825e22ed
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ Next0: switch(recvpkt()){
|
|||
sendpkt("bsuuu", MSG_CHANNEL_OPEN,
|
||||
"session", 7,
|
||||
0,
|
||||
sizeof(buf),
|
||||
8*sizeof(buf),
|
||||
sizeof(buf));
|
||||
|
||||
Next1: switch(recvpkt()){
|
||||
|
|
Loading…
Reference in a new issue