rapier1 / hpn-ssh

HPN-SSH based on OpenSSH
https://psc.edu/hpn-ssh-home
Other
319 stars 43 forks source link

18.3 testing #64

Closed rapier1 closed 8 months ago

rapier1 commented 8 months ago

This is a fix for the poor performance for when OpenSSH clients are sending to HPN-SSH installs. The cause of this problem is still under investigation but is related, in some way, to the channel input buffer hitting a limit of 16MB. This value corresponds to the advertised application layer receive window sent by the HPN install. The fix is to limit the advertised window to 15MB. This does impact performance - which is annoying. More work will hopefully uncover a better long term fix.