Files
i2p.www/i2p2www/pages/site/research/questions.html

10 lines
401 B
HTML
Raw Normal View History

{% extends "global/layout.html" %}
{% block title %}{{ _('Open research questions') }}{% endblock %}
{% block content %}
<h2>{{ _('Unidirectional tunnels') }}</h2>
<ul>
<li>What are the benefits of unidirectional tunnels over bidirectional tunnels? What are the tradeoffs?</li>
<li>More details are available <a href="{{ site_url('docs/tunnels/unidirectional') }}">here</a>.</li>
</ul>
{% endblock %}