add note on bittorrent compact responses

This commit is contained in:
zzz
2024-11-20 10:19:52 -05:00
parent 486a292122
commit a40e45bc59

View File

@ -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