diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html index ea791e8c..af59b2eb 100644 --- a/i2p2www/pages/site/docs/transport/ntcp.html +++ b/i2p2www/pages/site/docs/transport/ntcp.html @@ -1,10 +1,14 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}NTCP (NIO-based TCP){% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}June 2018{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.36{% endblock %} +{% block lastupdated %}{% trans %}October 2021{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.52{% endblock %} {% block content %} + + +

{% trans transports=site_url('docs/transport'), ssu=site_url('docs/transport/ssu'), ntcp2=site_url('docs/spec/ntcp2') -%} -The others are SSU and NTCP2. +DEPRECATED, NO LONGER SUPPORTED. +Replaced by NTCP2. NTCP is a Java NIO-based transport introduced in I2P release 0.6.1.22. Java NIO (new I/O) does not suffer from the 1 thread per connection issues of the old TCP transport. NTCP-over-IPv6 is supported as of version 0.9.8. diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html index a0442e86..8983ab5c 100644 --- a/i2p2www/pages/site/docs/transport/ssu.html +++ b/i2p2www/pages/site/docs/transport/ssu.html @@ -6,8 +6,9 @@

{% 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 three transports currently implemented in I2P. -The others are NTCP and NTCP2. +is one of two transports currently implemented in I2P. +The other is NTCP2. +Support for NTCP has been removed. {%- endtrans %}

{% trans -%}