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
Testing the removal of the HPNBufferSize and TcpRcvBuf options as
a) they don't seem to have any sort of impact anymore. This was
likely due to a change in the code sometime in the past 16 years
that I overlooked.
b) the only reason to reimplement them is to create a bandwidth
limiting service which can be implemented in other, more straighforward ways
The upside is that it decreases the codes complexity a bit along with making
it less likely to generate user confusion. Follow up is to see what else
can be simplified and possibly even removing options.hpn_buffer_size entirely.
It's still there because some code paths use it but I don't know if it makes
sense in those situations (like X11 forwarding).
0 commit comments