comparison CHANGES @ 942:8664fea5072f

changes for 2014.64
author Matt Johnston <matt@ucc.asn.au>
date Fri, 25 Jul 2014 22:22:39 +0800
parents f98618496f82
children e4453b367db7
comparison
equal deleted inserted replaced
941:5daedffd0769 942:8664fea5072f
1 2014.64 pending
2
3 - Fix compiling with ECDSA and DSS disabled
4
5 - Don't exit abruptly if too many outgoing packets are queued for writev(). Patch
6 thanks to Ronny Meeus
7
8 - The -K keepalive option now behaves more like OpenSSH's "ServerAliveInterval".
9 If no response is received after 3 keepalives then the session is terminated. This
10 will close connections faster than waiting for a TCP timeout.
11
12 - Rework TCP priority setting. New settings are
13 if (connecting || ptys || x11) tos = LOWDELAY
14 else if (tcp_forwards) tos = 0
15 else tos = BULK
16 Thanks to Catalin Patulea for the suggestion.
17
18 - Improve handling of many concurrent new TCP forwarded connections, should now
19 be able to handle as many as MAX_CHANNELS. Thanks to Eduardo Silva for reporting
20 and investigating it.
21
22 - Make sure that exit messages from the client are printed, regression in 2013.57
23
24 - Use monotonic clock where available, timeouts won't be affected by system time
25 changes
26
1 2014.63 - Wednesday 19 February 2014 27 2014.63 - Wednesday 19 February 2014
2 28
3 - Fix ~. to terminate a client interactive session after waking a laptop 29 - Fix ~. to terminate a client interactive session after waking a laptop
4 from sleep. 30 from sleep.
5 31