HPN-SSH 18.9.0 #153
rapier1
announced in
Announcements
Replies: 1 comment
-
|
The dynamic window release will be available shortly as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings HPN-SSH up to OpenSSH 10.3. It also includes minor bug fixes and improvements.
Of note are two under the hood changes. The first reduce unnecessary sigprocmask calls in clientloop.c. On our tests this made small but real improvement in CPU utilization. This may help with throughput in some scenarios with the main thread is CPU bound. The second reduce unnecessary memsets in channel_handle_rfd(). Because of default configuration options and code structure memset was being called when not required. This also reduces CPU utilization and may improve throughput in CPU bound bulk data transfers.
Also, I want to apologize for how long it's taken to push this release out. Lots of things came up outside of this work and we kept having to push back the release date. Binary packages will be available shortly.
This discussion was created from the release HPN-SSH 18.9.0.
Beta Was this translation helpful? Give feedback.
All reactions