apache / mina-sshd

Apache MINA sshd is a comprehensive Java library for client- and server-side SSH.
https://mina.apache.org/sshd-project/
Apache License 2.0
885 stars 358 forks source link

Implement no-flow-control extension #539

Open gnodet opened 2 months ago

gnodet commented 2 months ago

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 commented 3 weeks ago

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