Transport: Note SSU 1 is deprecated.
This commit is contained in:
@ -1,9 +1,15 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
|
||||
{% block lastupdated %}2022-07{% endblock %}
|
||||
{% block accuratefor %}0.9.54{% endblock %}
|
||||
{% block lastupdated %}2024-01{% endblock %}
|
||||
{% block accuratefor %}0.9.61{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>
|
||||
<b>DEPRECATED</b> - SSU has been replaced by SSU2.
|
||||
SSU support was removed from i2pd in release 2.44.0 (API 0.9.56) 2022-11.
|
||||
SSU support was removed from Java I2P in release 2.4.0 (API 0.9.61) 2023-12.
|
||||
</p>
|
||||
|
||||
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp'), ntcp2=site_url('docs/spec/ntcp2') -%}
|
||||
SSU (also called "UDP" in much of the I2P documentation and user interfaces)
|
||||
is one of two <a href="{{ transports }}">transports</a> currently implemented in I2P.
|
||||
|
@ -3,8 +3,8 @@ SSU Protocol Specification
|
||||
==========================
|
||||
.. meta::
|
||||
:category: Transports
|
||||
:lastupdated: 2022-06
|
||||
:accuratefor: 0.9.54
|
||||
:lastupdated: 2024-01
|
||||
:accuratefor: 0.9.61
|
||||
|
||||
.. contents::
|
||||
|
||||
@ -12,6 +12,10 @@ SSU Protocol Specification
|
||||
Overview
|
||||
========
|
||||
|
||||
DEPRECATED - SSU has been replaced by SSU2.
|
||||
SSU support was removed from i2pd in release 2.44.0 (API 0.9.56) 2022-11.
|
||||
SSU support was removed from Java I2P in release 2.4.0 (API 0.9.61) 2023-12.
|
||||
|
||||
See [SSU]_ for an overview of the SSU transport.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user