summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-03-02 21:40:06 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-03-02 21:40:06 +0800
commitdf7a814da94619dc131803973992eb76284b9640 (patch)
treec33bbf4d976e189b84c96e326434bd16c299ec8c
parent328b001012ac7b12bbe0ce4b4d2104b0f9fd286b (diff)
downloaddropbear-df7a814da94619dc131803973992eb76284b9640.tar.gz
more changes
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fac628f..75e46fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
- Improve efficiency of writing data to local program/pipes, measured 30% for
connections to localhost
+- Use TCP Fast Open on Linux if available. saves a round trip at connection
+ to hosts that have previously been connected.
+ Needs a recent Linux kernel and possibly "sysctl -w net.ipv4.tcp_fastopen=3"
+
+- Forwarded TCP ports connect asynchronously and retry with other available
+ addresses (IPv4 or IPv6)
+
+- Free memory before exiting, patch from Thorsten Horstmann. Useful for
+ Dropbear ports to embedded systems and for checking memory leaks
+ with valgrind. Only partially implemented for client side.
+
+- Fix small ECC memory leaks
+
2015.67 - Wednesday 28 January 2015
- Call fsync() after generating private keys to ensure they aren't lost if a