add note on bittorrent compact responses
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Bittorrent over I2P{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}2024-01{% endblock %}
|
||||
{% block accuratefor %}0.9.61{% endblock %}
|
||||
{% block lastupdated %}2024-11{% endblock %}
|
||||
{% block accuratefor %}0.9.64{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>{% trans -%}
|
||||
@ -121,7 +121,10 @@ the tracker should probably decode and reject bad Base64 when announced.
|
||||
The default response type is non-compact. Clients may request a compact response with
|
||||
the parameter compact=1. A tracker may, but is not required to, return
|
||||
a compact response when requested.
|
||||
{%- endtrans %}</p>
|
||||
{%- endtrans %}
|
||||
Note: All popular trackers now support compact responses and at least one requires compact=1 in the announce.
|
||||
All clients should request and support compact responses.
|
||||
</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
Developers of new I2P clients
|
||||
|
Reference in New Issue
Block a user