Skip to content
New issue

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 no-flow-control extension #539

Open
gnodet opened this issue Jul 25, 2024 · 1 comment · May be fixed by #565
Open

Implement no-flow-control extension #539

gnodet opened this issue Jul 25, 2024 · 1 comment · May be fixed by #565
Labels
feature request A request for a new feature

Comments

@gnodet
Copy link
Contributor

gnodet commented Jul 25, 2024

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

@tomaswolf tomaswolf added the feature request A request for a new feature label Jul 25, 2024
gnodet added a commit to gnodet/mina-sshd that referenced this issue Jul 26, 2024
@gnodet gnodet linked a pull request Jul 26, 2024 that will close this issue
gnodet added a commit to gnodet/mina-sshd that referenced this issue Jul 26, 2024
gnodet added a commit to gnodet/mina-sshd that referenced this issue Jul 26, 2024
@tomaswolf
Copy link
Member

Previously reported at https://issues.apache.org/jira/browse/SSHD-981 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants