forked from I2P_Developers/i2p.www
SAM: Add note about concurrent ACCEPTs on 3.1
This commit is contained in:
@@ -914,6 +914,8 @@ ACCEPT is not allowed while there is an active FORWARD on the session.
|
|||||||
As of SAM 3.2,
|
As of SAM 3.2,
|
||||||
multiple concurrent pending STREAM ACCEPTs are allowed on the same session ID (even with the same port).
|
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.
|
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>
|
</p>
|
||||||
|
|
||||||
<h4>Accept Response</h4>
|
<h4>Accept Response</h4>
|
||||||
|
Reference in New Issue
Block a user