From b25c179444c837cfb232a89e2567964234f905d2 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Thu, 21 Oct 2021 09:33:19 -0400 Subject: [PATCH] Add NTCP 1 removal releases and dates --- i2p2www/pages/site/docs/transport/ntcp.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html index af59b2eba..8bb989bdf 100644 --- a/i2p2www/pages/site/docs/transport/ntcp.html +++ b/i2p2www/pages/site/docs/transport/ntcp.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}NTCP (NIO-based TCP){% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}October 2021{% endtrans %}{% endblock %} +{% block lastupdated %}2021-10{% endblock %} {% block accuratefor %}0.9.52{% endblock %} {% block content %} @@ -8,6 +8,8 @@ <p>{% trans transports=site_url('docs/transport'), ssu=site_url('docs/transport/ssu'), ntcp2=site_url('docs/spec/ntcp2') -%} DEPRECATED, NO LONGER SUPPORTED. +Disabled by default as of 0.9.40 2019-05. +Support removed as of 0.9.50 2021-05. 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. -- GitLab