diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-07-25 22:22:39 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-07-25 22:22:39 +0800 |
commit | 7808eff0a943074ffdc4bec72a7a055863407d54 (patch) | |
tree | fcf68e94d8eec25079a2ffe982a009f4d5ce8d1c /CHANGES | |
parent | da57dd13c5352efd63c8692bbc12d19c9f882a2b (diff) |
changes for 2014.64
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2014.64 pending + +- Fix compiling with ECDSA and DSS disabled + +- Don't exit abruptly if too many outgoing packets are queued for writev(). Patch + thanks to Ronny Meeus + +- The -K keepalive option now behaves more like OpenSSH's "ServerAliveInterval". + If no response is received after 3 keepalives then the session is terminated. This + will close connections faster than waiting for a TCP timeout. + +- Rework TCP priority setting. New settings are + if (connecting || ptys || x11) tos = LOWDELAY + else if (tcp_forwards) tos = 0 + else tos = BULK + Thanks to Catalin Patulea for the suggestion. + +- Improve handling of many concurrent new TCP forwarded connections, should now + be able to handle as many as MAX_CHANNELS. Thanks to Eduardo Silva for reporting + and investigating it. + +- Make sure that exit messages from the client are printed, regression in 2013.57 + +- Use monotonic clock where available, timeouts won't be affected by system time + changes + 2014.63 - Wednesday 19 February 2014 - Fix ~. to terminate a client interactive session after waking a laptop |