You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a situation in SSH -> HPN connection the advertised
window will 16MB and then it will cause some odd behaviour
on the part of the ssh client. Basically it looks like it's
doing a lot of expensive drains and fills on a buffer
that significantly impacts throughput. This is a fix that
annoys me because *any* SSH to HPN connection is now limited
to a maximum recieve window of 15MB. Which is not
optimal in anyway. Still, it's better than the through
put of the pathological state which significantly slower.
0 commit comments