58 lines
4.8 KiB
HTML
58 lines
4.8 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}I2P Development Meeting 181{% endblock %}
|
|
{% block content %}<h3>I2P dev meeting, May 30, 2006</h3>
|
|
<div class="irclog">
|
|
<p>16:00 < jrandom> 0) hi</p>
|
|
<p>16:00 < jrandom> 1) Net status</p>
|
|
<p>16:00 < jrandom> 2) Peer filtering</p>
|
|
<p>16:00 < jrandom> 3) Syndie status</p>
|
|
<p>16:00 < jrandom> 4) ???</p>
|
|
<p>16:00 < jrandom> 0) hi</p>
|
|
<p>16:00 * jrandom waves</p>
|
|
<p>16:01 < jrandom> weekly status notes posted up @ http://dev.i2p.net/pipermail/i2p/2006-May/001291.html</p>
|
|
<p>16:01 < jrandom> (up an hour early, even [or a few weeks late, if you want to pick on me ;])</p>
|
|
<p>16:02 < jrandom> ok, lets jump on in to 1) Net status</p>
|
|
<p>16:02 < jrandom> things arent in the shape they should be in. they're better than they were during the congestion collapse, but it should be better than it is now</p>
|
|
<p>16:03 < jrandom> i don't have much more to add on that though, unless anyone has any questions/concerns on 1)?</p>
|
|
<p>16:03 <@frosk> i get days of irc connection with .19, so no complaints here</p>
|
|
<p>16:04 < jrandom> nice</p>
|
|
<p>16:04 < jrandom> yeah, its good for some, just not good enough or consistent enough. stats in the db aren't looking that great either</p>
|
|
<p>16:06 < jrandom> ok, anyone have anything else on 1) Net status, or shall we move on over to 2)Peer filtering?</p>
|
|
<p>16:07 < jrandom> [insert moving sounds here]</p>
|
|
<p>16:09 < jrandom> as mentioned in the mail, the gist of things is to give our peer selection a bit of a boost. at first, it'll be a bit dangerous, allowing some active partitioning attacks, but if it works as I hope, we can avoid those</p>
|
|
<p>16:10 < jrandom> (but avoiding it requires essentially killing all router identities, which would essentially serve as a network reset, so i'd like to avoid that unless its worthwhile)</p>
|
|
<p>16:11 < bar> reset them once or repeatedly?</p>
|
|
<p>16:11 < bar> s/reset/killing</p>
|
|
<p>16:11 < jrandom> at least once, but also on all subsequent drastic config changes</p>
|
|
<p>16:12 < jrandom> (aka putting some criteria into the router identity's certificate, which in turn means changing the ident hash, so they can't pretend to push one setting to some people and others to others)</p>
|
|
<p>16:13 < bar> gotcha</p>
|
|
<p>16:14 < jrandom> ok, i dont think i have anything else on that topic atm, unless anyone has any questions/comments/concerns?</p>
|
|
<p>16:15 < jrandom> (hopefully there'll be a build out in the next day or two, release after it stabilizes)</p>
|
|
<p>16:17 < jrandom> ok, hitting 3) briefly..</p>
|
|
<p>16:18 < jrandom> syndie is coming along, and although the amd64/amd32/x86/swt/gcj battle hasn't always been pretty, we'll have a build ready in june</p>
|
|
<p>16:19 < jrandom> (but still don't talk to me about mingw/gcj ;)</p>
|
|
<p>16:19 < jrandom> i don't have much more to add on there at the moment though, unless anyone has any questions/concerns re: the syndie revamp?</p>
|
|
<p>16:21 <@cervantes> how's mingw/gcj support coming along?</p>
|
|
<p>16:21 <@cervantes> *duck*</p>
|
|
<p>16:22 <@cervantes> do we get some screenies before the june release? :)</p>
|
|
<p>16:23 < jrandom> i'm sure i'll try to rope some eager volunteers into pre-release testing ;)</p>
|
|
<p>16:23 < tethrar> count me in ;)</p>
|
|
<p>16:23 < jrandom> w3wt</p>
|
|
<p>16:24 < jrandom> ok, lets swing over to the bullet point i know y'all have been waiting for: 4) ???</p>
|
|
<p>16:24 < jrandom> wazaaaap?</p>
|
|
<p>16:24 < green> Is there any plan to have to have a "real" working I2P router with Via C7 ? jbigi give only 30% better than full java</p>
|
|
<p>16:25 < jrandom> is 30% still too cpu intensive? what makes it not "real"?</p>
|
|
<p>16:25 < jrandom> but no, i do not have the math or c7 asm skill to make a better libGMP for C7.</p>
|
|
<p>16:25 < green> sure too cpu intensive with 100% cpu load :P</p>
|
|
<p>16:26 < jrandom> 100% cpu load suggests that the problem isn't jbigi, but the fact that jbigi needs to be used too much</p>
|
|
<p>16:26 < jrandom> and for that, yes, there is lots we've got on the way.</p>
|
|
<p>16:26 < jrandom> (e.g. reducing the connection reestablishments, improving tunnel build success rates, etc)</p>
|
|
<p>16:27 < jrandom> ((and not getting as many tunnel requests if the router is not capable of handling them))</p>
|
|
<p>16:29 < green> humm, this is with a dedicated box with 100Mb/s so It should be capable</p>
|
|
<p>16:30 < jrandom> no, bandwidth is not the only resource constrained here, cpu obviously is ;)</p>
|
|
<p>16:33 < jrandom> ok, anyone have anything else for the meeting?</p>
|
|
<p>16:36 < jrandom> *cough*</p>
|
|
<p>16:37 * jrandom winds up</p>
|
|
<p>16:37 * jrandom *baf*s the meeting closed</p>
|
|
</div>
|
|
{% endblock %} |