I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 7fec0b30 authored by zzz's avatar zzz
Browse files

SAM: Add note about i2pd concurrent accepts

parent 8db113d0
No related branches found
No related tags found
No related merge requests found
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}SAM V3{% endblock %} {% block title %}SAM V3{% endblock %}
{% block lastupdated %}2023-10{% endblock %} {% block lastupdated %}2023-11{% endblock %}
{% block accuratefor %}API 0.9.59{% endblock %} {% block accuratefor %}API 0.9.59{% endblock %}
{% block content %} {% block content %}
<p>SAM is a simple client protocol for interacting with I2P. <p>SAM is a simple client protocol for interacting with I2P.
...@@ -920,7 +920,7 @@ As of SAM 3.2, ...@@ -920,7 +920,7 @@ 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.24 (2016-01). Note: Java I2P also supports concurrent ACCEPTs on SAM 3.1, as of release 0.9.24 (2016-01).
i2pd does not support concurrent ACCEPTs on SAM 3.1. i2pd also supports concurrent ACCEPTs on SAM 3.1, as of release 2.50.0 (2023-12).
</p> </p>
<h4>Accept Response</h4> <h4>Accept Response</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment