From 3aa63a2a80c50235a6943f62530a8de3803dd42c Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Thu, 21 Oct 2021 09:28:39 -0400 Subject: [PATCH] Note NTCP 1 is no longer supported --- i2p2www/pages/site/docs/transport/ntcp.html | 10 +++++++--- i2p2www/pages/site/docs/transport/ssu.html | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html index ea791e8c9..af59b2eba 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 a0442e866..8983ab5c6 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 -%} -- GitLab