From ba4fa23d5d8d682ec968fd93d997bbdf1cfc2fd5 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 3 Jan 2023 08:09:28 -0500 Subject: [PATCH] SAM minor updates --- i2p2www/pages/site/docs/api/samv3.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index 352c5fae..875ddd14 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -12,6 +12,7 @@ Java applications should use the streaming or I2CP APIs directly. was introduced in I2P release 0.7.3 (May 2009) and is a stable and supported interface. 3.1 is also stable and supports the signature type option, which is strongly recommended. More recent 3.x versions support advanced features. +Note that i2pd does not currently support most 3.2 and 3.3 features.

Alternatives: SOCKS, @@ -308,9 +309,10 @@ can forward back I2P datagrams to the client's datagram server.

Version 3.1 Changes

-Version 3.1 was introduced in I2P release 0.9.14 (July 2014). SAM 3.1 is the recommended +Version 3.1 was introduced in Java I2P release 0.9.14 (July 2014). SAM 3.1 is the recommended minimum SAM implementation because of its support for better signature types than SAM 3.0. +i2pd also supports most 3.1 features.