Files
i2p.www/www.i2p2/pages/roadmap.html
2008-01-31 20:38:37 +00:00

31 lines
845 B
HTML

{% extends "_layout.html" %}
{% block title %}Roadmap{% endblock %}
{% block content %}<h2 id="0.6.2">0.6.2</h2>
<ul>
<li>NAT/firewall hole punching support for UDP (SSU introducers)</li>
<li>Update the tunnel pools to include more options for
peer ordering to address various threat models in
light of predecessor attacks.</li>
</ul>
<h2 id="1.0">1.0</h2>
<ul>
<li>Basic content distribution infrastructure, suitable
for address books, blogs, and forums</li>
<li>Working: blogs, chat, mail, news, BT, eepsites, search</li>
<li>Docs</li>
</ul>
<h2 id="2.0">2.0</h2>
<ul>
<li>Full restricted routes</li>
</ul>
<h2 id="3.0">3.0</h2>
<ul>
<li>Tunnel mixing and padding</li>
<li>User defined message delays</li>
</ul>
<p>Please see the <a href="todo">todo</a> list for more detailed info about some of these tasks.</p>
{% endblock %}