diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html index ea791e8c9b8deb0fef85962f26b53a06adda9e62..af59b2eba1033f9191bc44709dca7e284029e643 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 %} + + + <p>{% trans transports=site_url('docs/transport'), ssu=site_url('docs/transport/ssu'), ntcp2=site_url('docs/spec/ntcp2') -%} -The others are <a href="{{ ssu }}">SSU</a> and <a href="{{ ntcp2 }}">NTCP2</a>. +DEPRECATED, NO LONGER SUPPORTED. +Replaced by <a href="{{ ntcp2 }}">NTCP2</a>. 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 a0442e8666c4ecb40f437be03eb4d938f2ecac03..8983ab5c6c85eb5b9990be1229b119de3766d5d2 100644 --- a/i2p2www/pages/site/docs/transport/ssu.html +++ b/i2p2www/pages/site/docs/transport/ssu.html @@ -6,8 +6,9 @@ <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 three <a href="{{ transports }}">transports</a> currently implemented in I2P. -The others are <a href="{{ ntcp }}">NTCP</a> and <a href="{{ ntcp2 }}">NTCP2</a>. +is one of two <a href="{{ transports }}">transports</a> currently implemented in I2P. +The other is <a href="{{ ntcp2 }}">NTCP2</a>. +Support for <a href="{{ ntcp }}">NTCP</a> has been removed. {%- endtrans %}</p> <p>{% trans -%}