Files
i2p.www/www.i2p2/pages/roadmap.html
2009-11-07 23:23:29 +00:00

37 lines
1.3 KiB
HTML

{% extends "_layout.html" %}
{% block title %}Roadmap{% endblock %}
{% block content %}
<h2 id="0.8">0.8</h2>
Early 2010
<ul>
<li>Further research and improve the <a href="i2np.html">Message Priority System</a></li>
<li>Reduce <a href="how_peerselection.html">peer profile</a> size, implement better ejection strategy </li>
<li>Expand and rework the floodfill pool, bring back simlified Kademlia searches and stores for the pool</li>
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li>
<li>Include some seed data in the distribution so a central reseed location isn't required?
<li>Distributed / enhanced i2pupdate distribution, set default to download</li>
<li>Better better docs and website</li>
</ul>
<h2 id="1.0">1.0</h2>
<ul>
<li>Full review of anonymity issues and other vulnerabilities</li>
<li>Reduce memory usage, remove debugging overhead, make it run better on slow and embedded machines</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 %}