From 203feba186d7fcb678e4e327febcca45306368b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 3 Jan 2020 16:26:00 +0000 Subject: [PATCH] Update README.md about backup path 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 72035ef..703906e 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,13 @@ The key features of Glorytun come directly from mud: This implies that the client and the server must be synchronized, an offset of 10min is accepted by default. Perfect forward secrecy is also implemented with ECDH over Curve25519. Keys are rotated every hours. - * **Multipath and active failover** + * **Multipath and failover** Connectivity is now crucial, especially in the SD-WAN world. This feature allows a TCP connection (and all other protocols) to explore and exploit all available links without being disconnected. Aggregation should work on all conventional links. Only very high latency (+500ms) links are not recommended for now. + Backup paths are also supported, they will be used only in case of emergency, it is useful when aggregation is not your priority. * **Traffic shaping**