You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/10/25 05:47:13 UTC

[mina-sshd] branch master updated (1f5c0bd3b -> 7ad3eadef)

This is an automated email from the ASF dual-hosted git repository.

twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


    from 1f5c0bd3b [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous
     add e3f5346b9 Window: Remove wrong check for window size <= Integer.MAX_VALUE
     add 7ad3eadef TcpipClientChannel: update local window only after data was written

No new revisions were added by this update.

Summary of changes:
 .../org/apache/sshd/common/channel/Window.java     |  22 ++--
 .../sshd/common/forward/ChannelToPortHandler.java  | 117 +++++++++++++++++++++
 .../sshd/common/forward/TcpipClientChannel.java    |  31 +++---
 .../sshd/server/forward/TcpipServerChannel.java    |  69 ++----------
 4 files changed, 150 insertions(+), 89 deletions(-)
 create mode 100644 sshd-core/src/main/java/org/apache/sshd/common/forward/ChannelToPortHandler.java