forked from I2P_Developers/i2p.www
More research questions
This commit is contained in:
@@ -1,9 +1,22 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{{ _('Open research questions') }}{% endblock %}
|
{% block title %}{{ _('Open research questions') }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{{ _('Unidirectional tunnels') }}</h2>
|
<h2>{{ _('Network database') }}</h2>
|
||||||
|
|
||||||
|
<h2>{{ _('Peer selection') }}</h2>
|
||||||
|
|
||||||
|
<h2>{{ _('Tunnels and Destinations') }}</h2>
|
||||||
|
|
||||||
|
<h3>{{ _('Unidirectional tunnels') }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>What are the benefits of unidirectional tunnels over bidirectional tunnels? What are the tradeoffs?</li>
|
<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>
|
<li>More details are available <a href="{{ site_url('docs/tunnels/unidirectional') }}">here</a>.</li>
|
||||||
</ul>
|
</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 %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user