dswisher / swish-sftp

Tinkering with SFTP protocol in C#
MIT License
3 stars 0 forks source link

Implement window sizing #4

Open dswisher opened 4 years ago

dswisher commented 4 years ago

The SSH channel protocol use a window to implement flow control. The current implementation completely ignores the window. Fix.