rapier1 / hpn-ssh

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

do not overwrite client side HPN buffer size #10

Closed allanjude closed 1 year ago

allanjude commented 7 years ago

If HPNBufferSize is set in ssh_config, respect that value, rather than blindly overwriting it with the default

vapier commented 7 years ago

instead of doing it this way, i think we should change readconf.c to set the default if it's -1, and then we can delete this clobber logic altogether

rapier1 commented 7 years ago

Vapier,

Could you submit a patch for this?

Thanks, Chris

allanjude commented 7 years ago

Yes, I will do that.