Description
Implement support for the "no-flow-control" SSH extension, per RFC 8308.
Motivation
This may bring some improvements on networks with high latency.
Alternatives considered
Growing the window size is an alternative, but requires a global modification on the server side and can not only affect file transfers.
Additional context
No response
Description
Implement support for the "no-flow-control" SSH extension, per RFC 8308.
Motivation
This may bring some improvements on networks with high latency.
Alternatives considered
Growing the window size is an alternative, but requires a global modification on the server side and can not only affect file transfers.
Additional context
No response