SAM: Add note about concurrent ACCEPTs on 3.1

This commit is contained in:
zzz
2023-10-22 11:23:34 -04:00
parent 73dc961c79
commit 6c0e4bb387

View File

@ -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.
</p>
<h4>Accept Response</h4>