forked from I2P_Developers/i2p.www
minor fixes
This commit is contained in:
@@ -13,7 +13,7 @@ documents that track changes to these specifications can be viewed
|
|||||||
"Last updated" is the last date when the specification given within a document
|
"Last updated" is the last date when the specification given within a document
|
||||||
was altered in any way, except for changes to the "accurate for" information.
|
was altered in any way, except for changes to the "accurate for" information.
|
||||||
</li><li>
|
</li><li>
|
||||||
The "accurate for" column gives the version of the I2P network and reference
|
The "accurate for" column gives the API version of the I2P network and reference
|
||||||
Java implementation that the document is verified to be valid for. Because the
|
Java implementation that the document is verified to be valid for. Because the
|
||||||
documents are usually only updated when changes are made, the listed versions
|
documents are usually only updated when changes are made, the listed versions
|
||||||
can sometimes be several releases behind. This does not mean that documents with
|
can sometimes be several releases behind. This does not mean that documents with
|
||||||
@@ -52,15 +52,21 @@ If you find any inaccuracies in the documents linked below, please
|
|||||||
|
|
||||||
<h3>Other specification documents</h3>
|
<h3>Other specification documents</h3>
|
||||||
|
|
||||||
These will eventually be migrated to the new specifications system.
|
Current specifications: These may eventually be migrated to the new format.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ site_url('docs/how/elgamal-aes') }}">{{ _('ElGamal/AES+SessionTags') }}</a></li>
|
<li><a href="{{ site_url('docs/how/elgamal-aes') }}">{{ _('ElGamal/AES+SessionTags') }}</a></li>
|
||||||
<li><a href="{{ site_url('docs/transport/ntcp') }}">NTCP</a></li>
|
|
||||||
<li><a href="{{ site_url('docs/api/i2pcontrol') }}">I2PControl</a></li>
|
<li><a href="{{ site_url('docs/api/i2pcontrol') }}">I2PControl</a></li>
|
||||||
<li><a href="{{ site_url('docs/api/samv3') }}">SAM v3</a></li>
|
<li><a href="{{ site_url('docs/api/samv3') }}">SAM v3</a></li>
|
||||||
<li><a href="{{ site_url('docs/api/bob') }}">BOB</a></li>
|
|
||||||
<li><a href="{{ site_url('docs/applications/bittorrent') }}">{{ _('Bittorrent') }}</a></li>
|
<li><a href="{{ site_url('docs/applications/bittorrent') }}">{{ _('Bittorrent') }}</a></li>
|
||||||
<li><a href="{{ site_url('docs/naming') }}">{{ _('Naming and Address Book') }}</a></li>
|
<li><a href="{{ site_url('docs/naming') }}">{{ _('Naming and Address Book') }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Obsolete specifications:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="{{ site_url('docs/transport/ntcp') }}">NTCP</a></li>
|
||||||
|
<li><a href="{{ site_url('docs/api/bob') }}">BOB</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
=============================
|
=============================
|
||||||
ECIES-X25519 Router Messages
|
ECIES-X25519 Router Messages
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
.. meta::
|
.. meta::
|
||||||
:category: Protocols
|
:category: Protocols
|
||||||
:lastupdated: 2021-01
|
:lastupdated: 2021-01
|
||||||
|
@@ -1996,7 +1996,7 @@ Clock Skew Guidelines
|
|||||||
|
|
||||||
Peer timestamps are included in the first two handshake messages, Session Request and Session Created.
|
Peer timestamps are included in the first two handshake messages, Session Request and Session Created.
|
||||||
A clock skew between two peers of greater than +/- 60 seconds is generally fatal.
|
A clock skew between two peers of greater than +/- 60 seconds is generally fatal.
|
||||||
If Bob thinks that his local clock is bad, he may adjust her clock using the
|
If Bob thinks that his local clock is bad, he may adjust his clock using the
|
||||||
calculated skew, or some external source.
|
calculated skew, or some external source.
|
||||||
Otherwise, Bob should reply with a Session Created even if the maximum skew is exceeded,
|
Otherwise, Bob should reply with a Session Created even if the maximum skew is exceeded,
|
||||||
rather than simply closing the connection. This allows Alice to get Bob's timestamp and
|
rather than simply closing the connection. This allows Alice to get Bob's timestamp and
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
=============================
|
=============================
|
||||||
ECIES-X25519 Tunnel Creation
|
ECIES-X25519 Tunnel Creation
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
.. meta::
|
.. meta::
|
||||||
:category: Protocols
|
:category: Protocols
|
||||||
:lastupdated: 2021-07
|
:lastupdated: 2021-07
|
||||||
|
Reference in New Issue
Block a user