From c2d14599c57f6359d5fe8e336ae7288a238d2807 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 25 Aug 2020 08:06:59 -0700 Subject: [PATCH] Make protocol versions same as 1.x series. --- core/Protocol.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Protocol.hpp b/core/Protocol.hpp index d36a6bed5..0bb9008c7 100644 --- a/core/Protocol.hpp +++ b/core/Protocol.hpp @@ -106,8 +106,6 @@ * 9 - 1.2.0 ... 1.2.14 * 10 - 1.4.0 ... 1.4.6 * + Contained early pre-alpha versions of multipath, which are deprecated - * 11 - 1.4.8 ... CURRENT 1.4 - * + AES-GMAC-SIV backported for faster peer-to-peer crypto * 20 - 2.0.0 ... CURRENT * + New more WAN-efficient P2P-assisted multicast algorithm * + HELLO and OK(HELLO) include an extra HMAC to harden authentication