We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for the "no-flow-control" SSH extension, per RFC 8308.
This may bring some improvements on networks with high latency.
Growing the window size is an alternative, but requires a global modification on the server side and can not only affect file transfers.
No response
The text was updated successfully, but these errors were encountered:
Implement no-flow-control extension (fixes apache#539)
347d24a
58f6c79
[apacheGH-539] Implement no-flow-control extension (fixes apache#539)
5435c4c
Previously reported at https://issues.apache.org/jira/browse/SSHD-981 .
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: