From b0843926f77d2460a062e3be327a71499e52b25d Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Thu, 21 Oct 2021 10:27:14 -0400
Subject: [PATCH] prop. 159 relay and peer test versions

---
 i2p2www/spec/proposals/159-ssu2.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/i2p2www/spec/proposals/159-ssu2.rst b/i2p2www/spec/proposals/159-ssu2.rst
index ca1a452fc..7860431ed 100644
--- a/i2p2www/spec/proposals/159-ssu2.rst
+++ b/i2p2www/spec/proposals/159-ssu2.rst
@@ -2313,6 +2313,21 @@ The following mechanisms may assist in achieving these goals:
 These possible mechanisms may increase the processing time and latency of
 the Relay or Peer Test functions. All effects must be evaluated.
 
+Cross-version relaying and peer testing should also be supported if possible.
+This will facilitate a gradual transition from SSU 1 to SSU 2.
+The possible version combinations are:
+
+=========   ===========   =============   =============
+Alice/Bob   Bob/Charlie   Alice/Charlie   Supported
+=========   ===========   =============   =============
+1           1             2               no, use 1/1/1
+1           2             1               yes?
+1           2             2               no, use 1/2/1
+2           1             2               yes?
+2           2             1               no, use 2/2/2
+2           2             2               yes
+=========   ===========   =============   =============
+
 
 
 
-- 
GitLab