Note that simultaneous FORWARD and ACCEPT is disallowed

This commit is contained in:
zzz
2016-01-03 16:37:29 +00:00
parent 516f0dc867
commit 57ec5244df

View File

@@ -531,6 +531,7 @@ sending the STREAM ACCEPT command
</p><p> </p><p>
This makes the session ${nickname} listen for one incoming This makes the session ${nickname} listen for one incoming
connection request from the I2P network. connection request from the I2P network.
ACCEPT is not allowed while there is an active FORWARD on the session.
</p><p> </p><p>
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).
@@ -623,6 +624,7 @@ send the forward command
</p><p> </p><p>
This makes the session ${nickname} listen for incoming This makes the session ${nickname} listen for incoming
connection requests from the I2P network. connection requests from the I2P network.
FORWARD is not allowed while there is a pending ACCEPT on the session.
</p> </p>
<h4>Forward Response</h4> <h4>Forward Response</h4>