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

Skip to content
Snippets Groups Projects
Commit 2e301ffb authored by zzz's avatar zzz
Browse files

SAM link fix take 99

parent 0e212890
Branches
No related tags found
No related merge requests found
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}SAM V1 Specification{% endblock %} {% block title %}SAM V1 Specification{% endblock %}
{% block lastupdated %}July 2014{% endblock %} {% block lastupdated %}September 2014{% endblock %}
{% block accuratefor %}0.9.14{% endblock %} {% block accuratefor %}0.9.15{% endblock %}
{% block content %} {% block content %}
<p>Specified below is version 1 of a simple client protocol for interacting with <p>Specified below is version 1 of a simple client protocol for interacting with
I2P. I2P.
...@@ -109,14 +109,14 @@ that name, it creates a new one. If the destination is specified ...@@ -109,14 +109,14 @@ that name, it creates a new one. If the destination is specified
as TRANSIENT, it always creates a new one. as TRANSIENT, it always creates a new one.
Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data. Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data.
To specify the Destination, you must use <a href="samv3>SAM V3</a>. To specify the Destination, you must use <a href="samv3">SAM V3</a>.
The DIRECTION can be specified for STREAM sessions, instructing The DIRECTION can be specified for STREAM sessions only, instructing
the bridge that the client will either be creating or receiving the bridge that the client will either be creating or receiving
streams, or both. If this is not specified, BOTH will be assumed. streams, or both. If this is not specified, BOTH will be assumed.
Attempting to create an outbound stream when DIRECTION=RECEIVE Attempting to create an outbound stream when DIRECTION=RECEIVE
should result in an error, and incoming streams when should result in an error, and incoming streams when
DIRECTION=CREATE should be ignored. DIRECTION=CREATE will be ignored.
Additional options given should be fed into the I2P session Additional options given should be fed into the I2P session
configuration if not interpreted by the SAM bridge (e.g. configuration if not interpreted by the SAM bridge (e.g.
......
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}SAM V2 Specification{% endblock %} {% block title %}SAM V2 Specification{% endblock %}
{% block lastupdated %}July 2014{% endblock %} {% block lastupdated %}September 2014{% endblock %}
{% block accuratefor %}0.9.14{% endblock %} {% block accuratefor %}0.9.15{% endblock %}
{% block content %} {% block content %}
<p>Specified below is a simple client protocol for interacting with I2P. <p>Specified below is a simple client protocol for interacting with I2P.
</p> </p>
...@@ -113,14 +113,14 @@ that name, it creates a new one. If the destination is specified ...@@ -113,14 +113,14 @@ that name, it creates a new one. If the destination is specified
as TRANSIENT, it always creates a new one. as TRANSIENT, it always creates a new one.
Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data. Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data.
To specify the Destination, you must use <a href="samv3>SAM V3</a>. To specify the Destination, you must use <a href="samv3">SAM V3</a>.
The DIRECTION can be specified for STREAM sessions, instructing The DIRECTION can be specified for STREAM sessions only, instructing
the bridge that the client will either be creating or receiving the bridge that the client will either be creating or receiving
streams, or both. If this is not specified, BOTH will be assumed. streams, or both. If this is not specified, BOTH will be assumed.
Attempting to create an outbound stream when DIRECTION=RECEIVE Attempting to create an outbound stream when DIRECTION=RECEIVE
should result in an error, and incoming streams when should result in an error, and incoming streams when
DIRECTION=CREATE should be ignored. DIRECTION=CREATE will be ignored.
Additional options given should be fed into the I2P session Additional options given should be fed into the I2P session
configuration if not interpreted by the SAM bridge (e.g. configuration if not interpreted by the SAM bridge (e.g.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment