More research questions

This commit is contained in:
str4d
2013-11-21 23:37:48 +00:00
parent 23bc0d94d2
commit 049251687e

View File

@@ -1,9 +1,22 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('Open research questions') }}{% endblock %}
{% block content %}
<h2>{{ _('Unidirectional tunnels') }}</h2>
<h2>{{ _('Network database') }}</h2>
<h2>{{ _('Peer selection') }}</h2>
<h2>{{ _('Tunnels and Destinations') }}</h2>
<h3>{{ _('Unidirectional tunnels') }}</h3>
<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>
<h3>{{ _('Multihoming') }}</h3>
<ul>
<li>How effective is multihoming at load-balancing?</li>
<li>How does it scale? What happens as more routers host the same Destination?</li>
<li>The benefit for anonymity is less correlation of router uptime to Destination uptime. Are there tradeoffs?</li>
</ul
{% endblock %}