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

35 lines
1.3 KiB
HTML
Raw Normal View History

{% extends "global/layout.html" %}
{% block title %}{{ _('Open research questions') }}{% endblock %}
{% block content %}
2013-11-21 23:37:48 +00:00
<h2>{{ _('Network database') }}</h2>
2014-07-14 14:22:36 +00:00
<h2>{{ _('Transports') }}</h2>
<ul>
<li>How could packet retransmission strategies and timeouts be improved?</li>
</ul>
2013-11-21 23:37:48 +00:00
<h2>{{ _('Tunnels and Destinations') }}</h2>
2014-02-18 10:42:49 +00:00
<h3>{{ _('Peer selection') }}</h3>
2013-11-21 23:37:48 +00:00
<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>
2013-11-21 23:37:48 +00:00
<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>
2014-02-18 10:42:49 +00:00
</ul>
<h3>{{ _('Message routing') }}</h3>
<ul>
<li>How much is the effectiveness of timing attacks reduced by fragmentation and mixing of messages?</li>
<li>What mixing strategies could I2P benefit from?</li>
<li>How can high-latency techniques (e.g. message-dependent routing delays) be effectively employed within or alongside our low-latency network?</li>
</ul>
{% endblock %}