aboutsummaryrefslogtreecommitdiff
path: root/faq.html.j2
blob: f76937273e6ba33b43e28698c0030ab192fde9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container">

<h2>{{ _("I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. Should I worry?") }}</h2>
{% trans %}
<p>
A: Right now, this is expected and a known cause for high latency in GNUnet.
We have started a major rewrite to address this and other problems, but
until the Transport Next Generation (TNG) is ready, these warnings are expected.
</p>
{% endtrans %}

<h2>{{ _("Is there a graphical user interface?") }}</h2>
{% trans %}
<p>
A: gnunet-gtk is a separate download. The package contains various GTK+ based graphical interfaces, including
a graphical tool for configuration.
</p>
{% endtrans %}

<!--
<h2>{{ _("Q?") }}</h2>
{% trans %}
<p>
A:
</p>
{% endtrans %}

<h2>{{ _("Q?") }}</h2>
{% trans %}
<p>
A:
</p>
{% endtrans %}

<h2>{{ _("Q?") }}</h2>
{% trans %}
<p>
A:
</p>
{% endtrans %}
-->

</div>
{% endblock body_content %}