From 6c0e4bb38704169ae48a964fddd273eff7fccef2 Mon Sep 17 00:00:00 2001
From: zzz
Date: Sun, 22 Oct 2023 11:23:34 -0400
Subject: [PATCH] SAM: Add note about concurrent ACCEPTs on 3.1
---
i2p2www/pages/site/docs/api/samv3.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index 65129c15..6d899611 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -914,6 +914,8 @@ ACCEPT is not allowed while there is an active FORWARD on the session.
As of SAM 3.2,
multiple concurrent pending STREAM ACCEPTs are allowed on the same session ID (even with the same port).
Prior to 3.2, concurrent accepts would fail with ALREADY_ACCEPTING.
+Note: Java I2P also supports concurrent ACCEPTs on SAM 3.1, as of release 0.9.34 (2016-01).
+i2pd does not support concurrent ACCEPTs on SAM 3.1.
Accept Response