Note NTCP 1 is no longer supported
This commit is contained in:
@ -1,10 +1,14 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{% trans %}NTCP (NIO-based TCP){% endtrans %}{% endblock %}
|
{% block title %}{% trans %}NTCP (NIO-based TCP){% endtrans %}{% endblock %}
|
||||||
{% block lastupdated %}{% trans %}June 2018{% endtrans %}{% endblock %}
|
{% block lastupdated %}{% trans %}October 2021{% endtrans %}{% endblock %}
|
||||||
{% block accuratefor %}0.9.36{% endblock %}
|
{% block accuratefor %}0.9.52{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>{% trans transports=site_url('docs/transport'), ssu=site_url('docs/transport/ssu'), ntcp2=site_url('docs/spec/ntcp2') -%}
|
<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.
|
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.
|
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.
|
NTCP-over-IPv6 is supported as of version 0.9.8.
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
|
|
||||||
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp'), ntcp2=site_url('docs/spec/ntcp2') -%}
|
<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)
|
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.
|
is one of two <a href="{{ transports }}">transports</a> currently implemented in I2P.
|
||||||
The others are <a href="{{ ntcp }}">NTCP</a> and <a href="{{ ntcp2 }}">NTCP2</a>.
|
The other is <a href="{{ ntcp2 }}">NTCP2</a>.
|
||||||
|
Support for <a href="{{ ntcp }}">NTCP</a> has been removed.
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
|
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
|
Reference in New Issue
Block a user