From 61db08063c7f31cd284eef55fd6c81ccba0dfb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 22 Feb 2019 09:16:15 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de4911d..c971206 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The key features of Glorytun come directly from mud: The use of UDP and [libsodium](https://github.com/jedisct1/libsodium) allows you to secure your communications without impacting performance. Glorytun uses AES only if AES-NI is available otherwise ChaCha20 is used. - You can force the use of ChaCha20 for higher security. + If you are not cpu bounded, you can force the use of ChaCha20 for higher security. All messages are encrypted, authenticated and marked with a timestamp. Perfect forward secrecy is also implemented with ECDH over Curve25519. @@ -29,6 +29,7 @@ The key features of Glorytun come directly from mud: This is the main feature of Glorytun that allows to build an SD-WAN like service. This allows a TCP connection to explore and exploit multiple links without being disconnected. + Aggregation should work on all conventional links, only very high latency (+500ms) links are not recommended for now. * **Traffic shaping**