From fa073d4c4768e47e89c85f8dd3a2a6f1ee59d937 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Sat, 2 Nov 2024 18:05:25 -0400 Subject: [PATCH] SSU2: Add note on minimum RTO --- i2p2www/spec/ssu2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i2p2www/spec/ssu2.rst b/i2p2www/spec/ssu2.rst index 62b25f5c..b6f12ccb 100644 --- a/i2p2www/spec/ssu2.rst +++ b/i2p2www/spec/ssu2.rst @@ -6074,6 +6074,8 @@ Recommended Constants - Max ACK ranges: 256? - Max ACK depth: 512? - Padding distribution: 0-15 bytes, or greater +- Data phase minimum retransmission timeout: 1 second, as in [RFC-6298]_ +- See also [RFC-6298]_ for additional guidance on retransmission timers for the data phase. Packet Overhead Analysis -- GitLab