ssh: increase initial window size for better throughput

This commit is contained in:
cinap_lenrek 2017-04-21 01:45:11 +02:00
parent 9b33c34e9b
commit 99825e22ed

View file

@ -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()){