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

288 lines
24 KiB
HTML

{% extends "_layout.html" %}
{% block title %}Pages/meeting130.html{% endblock %}
{% block content %}<h3>I2P dev meeting, February 22, 2005</h3>
<div class="irclog">
<p>13:04 &lt; jrandom&gt; 0) hi</p>
<p>13:04 &lt; jrandom&gt; 1) 0.5</p>
<p>13:04 &lt; jrandom&gt; 2) Next steps</p>
<p>13:04 &lt; jrandom&gt; 3) azneti2p</p>
<p>13:04 &lt; jrandom&gt; 4) ???</p>
<p>13:04 &lt; jrandom&gt; 0) hi</p>
<p>13:04 * jrandom waves</p>
<p>13:05 &lt; jrandom&gt; weekly status notes up @ http://dev.i2p.net/pipermail/i2p/2005-February/000595.html</p>
<p>13:05 &lt; jrandom&gt; (yeah, only a minute or two before the meeting, so lets test your speed reading)</p>
<p>13:05 &lt;+detonate&gt; i think i'll wait until it's a bit less buggy before i put boondock saints up, in that case</p>
<p>13:06 &lt; jrandom&gt; why... thats... thats... thats a copyright violation!</p>
<p>13:06 &lt;+detonate&gt; weird new additions to the azureus beta</p>
<p>13:06 &lt;+detonate&gt; categories</p>
<p>13:06 &lt;+detonate&gt; haha</p>
<p>13:06 &lt;+detonate&gt; a dht tracker</p>
<p>13:06 &lt;+detonate&gt; sweet</p>
<p>13:07 &lt; jrandom&gt; aye, it looks v.cool, but lets hit items 1 and 2 before 3, 'eh? ;)</p>
<p>13:07 &lt;+detonate&gt; hi</p>
<p>13:07 &lt;+detonate&gt; indeed</p>
<p>13:07 &lt; jrandom&gt; jumpin into 1) 0.5</p>
<p>13:07 &lt; jrandom&gt; its, like, out, and stuff</p>
<p>13:08 &lt; cervantes&gt; yay!</p>
<p>13:08 &lt; jrandom&gt; there'll be a new rev later this evening with a bunch of updates (current CVS head is 0.5-5, with a -6 in testing on some routers)</p>
<p>13:09 &lt; jrandom&gt; its gone pretty well, but we've hit a few funky bugs along the way. but c'est la vie</p>
<p>13:09 &lt; frosk&gt; i can report that 0.5-5 behaves a _lot_ more friendly than -4 (which often gave me participating tunnel counts in the thousands)</p>
<p>13:09 &lt; bla&gt; jrandom: Will the 0.5.0.1 version correct the problem of nor being able to find destinations?</p>
<p>13:09 &lt; jrandom&gt; ah, well, thats really just a function of other people though, the -0 build actually does build hundreds of tunnels</p>
<p>13:09 &lt; bla&gt; s/nor/not</p>
<p>13:10 &lt; jrandom&gt; bla: yes, thats a bug in the netDb</p>
<p>13:10 &lt; bla&gt; jrandom: Great!</p>
<p>13:10 &lt; jrandom&gt; (in the leaseSet publishing, specifically)</p>
<p>13:11 &lt; jrandom&gt; and yes, the 0.5.0.1 rev will get rid of that occational disapearing proxy bug </p>
<p>13:12 &lt; jrandom&gt; there is still a funky memory leak I haven't tracked down affecting some users</p>
<p>13:12 &lt; bla&gt; Then, in all, it seems that part from these bugs, the 0.5 net is doing very well. Yay!</p>
<p>13:12 &lt; jrandom&gt; to my knowledge, its only really hitting two or three I2PTunnel instances though</p>
<p>13:12 &lt; Meomia&gt; is it a sign of progress when you have gone from 0 to 130 participating tunnels since 0.5 ?</p>
<p>13:13 &lt; jrandom&gt; w3wt</p>
<p>13:13 &lt; jrandom&gt; Meomia: bah, I've had over 5000 tunnels ;)</p>
<p>13:13 &lt; jrandom&gt; but dm actually has helped find a bug in the exploratory pool code, so we will be building tunnels more often on 'random' peers</p>
<p>13:14 &lt; jrandom&gt; (yay)</p>
<p>13:14 &lt; Meomia&gt; ok</p>
<p>13:14 &lt; bla&gt; jrandom: Does that also mean that now, in contrast to 0.4, every peers can at one time become your inbound gateway?</p>
<p>13:14 &lt; jrandom&gt; yes, for exploratory tunnels</p>
<p>13:15 &lt; jrandom&gt; client tunnels will only use peers in the 'fast' tier</p>
<p>13:15 &lt; bla&gt; bla: Ok. The fact that client tunnels use only the fast peers is good: otherwise, we get the anon issue we discussed before</p>
<p>13:16 &lt; jrandom&gt; and performance would suck otherwise ;)</p>
<p>13:17 &lt; jrandom&gt; actually, that brings us in to 2) Next steps</p>
<p>13:18 &lt; jrandom&gt; the big thing left for the 0.5 series is a bunch of strategies for ordering and/or filtering the peers used in tunnels</p>
<p>13:18 &lt; godmode0&gt; jrandom can use nntp w i2p ?</p>
<p>13:18 &lt; jrandom&gt; godmode0: there are two NNTP servers on i2p, yes. see the forum</p>
<p>13:19 &lt; godmode0&gt; jrandom ok i;m testing</p>
<p>13:19 &lt; godmode0&gt; i can build my server too ?</p>
<p>13:20 &lt; jrandom&gt; godmode0: we're in a meeting right now, but yes, you can run a server</p>
<p>13:20 &lt; godmode0&gt; jrandom ok sorry</p>
<p>13:20 &lt; jrandom&gt; np</p>
<p>13:20 &lt; jrandom&gt; the posted strategies are basically aimed at improving anonymity, but there are a few other goals that we can balance in there</p>
<p>13:21 &lt; jrandom&gt; perhaps we can find a way to integrate some of the AS paths into the selection, as bla suggested</p>
<p>13:22 &lt; jrandom&gt; that can both improve (jurisdictional) anonymity, or if we try to stay within an AS (or two), that can improve performance</p>
<p>13:22 &lt; bla&gt; jrandom: This basically is related to a paper by the Tor creators: http://theland.i2p/files/routing-zones.pdf</p>
<p>13:22 &lt; jrandom&gt; aye</p>
<p>13:23 &lt; jrandom&gt; there are a whole slew of different strategies people can use, and trying out new ones should be pretty easy</p>
<p>13:24 &lt; jrandom&gt; we aren't going to spend months implementing everything we can think of, but merely provide the basics for what most people will need. anyone who wants to add new ones are very much encouraged to help plug 'em in</p>
<p>13:25 &lt; jrandom&gt; anyway, once the basics are in place, we'll be moving on to focus on the UDP transport for 0.6</p>
<p>13:26 &lt; jrandom&gt; thats about all I have for 2) next steps, anyone have any comments/questions/concerns?</p>
<p>13:26 &lt; bla&gt; Who where the ppl that started looking into I2P, again?</p>
<p>13:26 &lt; bla&gt; It seems we haven't heard much from them, lately.</p>
<p>13:27 &lt; bla&gt; s/into I2P/into UDP/</p>
<p>13:27 &lt; bla&gt; sorry</p>
<p>13:27 &lt; jrandom&gt; ah, mule has been sick, thogh I think detonate is making progress</p>
<p>13:28 &lt; jrandom&gt; detonate: any news?</p>
<p>13:29 &lt; jrandom&gt; or perhaps not ;) </p>
<p>13:30 &lt; jrandom&gt; ok, moving on to 3) azneti2p</p>
<p>13:30 &lt;+detonate&gt; sorry</p>
<p>13:30 &lt;+detonate&gt; i'm making progress</p>
<p>13:30 &lt;+detonate&gt; i still need to finish the re-assembly side of things</p>
<p>13:31 &lt;+detonate&gt; as far as splitting data into packets and sending it across in an orderly fashion, that works</p>
<p>13:31 &lt;+detonate&gt; on to 3)</p>
<p>13:31 &lt; jrandom&gt; wikked</p>
<p>13:31 &lt; godmode0&gt; sorry step 2) i2p has any problem with attacks ?</p>
<p>13:31 &lt; bla&gt; detonate: Cool! Can you keep all of us posted on the forum?</p>
<p>13:32 &lt;+detonate&gt; bla: sure</p>
<p>13:32 &lt; tracker&gt; About azneti2p, look here: http://sourceforge.net/forum/forum.php?thread_id=1233727&forum_id=377614 seems like downloading works, seeding not.</p>
<p>13:32 &lt; jrandom&gt; godmode0: the different ordering strategies should let the user choose the impact of predecessor attacks</p>
<p>13:33 &lt; microsoft&gt; whoever runs i2p.net should add more Enterprise Class Solutions buzzwords to the page.</p>
<p>13:33 &lt;+detonate&gt; someone needs to make sure that new dht tracker isn't misbehaving as well, with respect to the azureus plugin</p>
<p>13:33 &lt; tracker&gt; My local tests seem to prove this, I can download with azureus but not seed.</p>
<p>13:34 &lt; jrandom&gt; hmm ok cool tracker, thanks - i know they updated a few things and pushed out b34 last night, but there may be more left to do, it seems</p>
<p>13:34 &lt; jrandom&gt; detonate: good point</p>
<p>13:35 &lt; tracker&gt; Good point detonate, I have DHT disabled as azureus dies after some hours whit 100% CPU usage when it's active.</p>
<p>13:35 * jrandom would like to reiterate that the azneti2p plugin is still fairly early beta, and azureus' anonymity implications have not fully been audited</p>
<p>13:36 &lt; jrandom&gt; while I'm sure they love having people test it out, those who need anonymity may want to be cautious </p>
<p>13:36 &lt; tracker&gt; On the other hand, i2p-bt works really well. Except that it doesn't close the tunnels, but that's not too bad IMHO.</p>
<p>13:37 &lt; jrandom&gt; oh, thats still happening with you tracker? i havent been able to reproduce that</p>
<p>13:37 &lt; jrandom&gt; you're on the 0.1.7 rev, right?</p>
<p>13:37 &lt; tracker&gt; Yes, I'm.</p>
<p>13:38 &lt; jrandom&gt; ok cool, if it happens all the time for you I'd love to pick your brains after the meeting to help track down the cause</p>
<p>13:39 &lt; tracker&gt; Maybe it's related to running it on XP instead of linux or unix. Closing the tunnel works with azureus, so I gues it is I2P-BT related.</p>
<p>13:39 &lt; jrandom&gt; hmm right, i2p-bt uses SAM, while azureus uses the i2p SDK directly</p>
<p>13:40 &lt; tracker&gt; Btw. I send you a bug-report on the forum. The timestamper is dies on the latest cvs-builds of I2P.</p>
<p>13:40 &lt; jrandom&gt; ah cool, thanks, havent checked my PMs over there today</p>
<p>13:41 &lt; jrandom&gt; on -5 or -4? or earlier?</p>
<p>13:42 &lt; jrandom&gt; ah, -4. ok cool</p>
<p>13:42 &lt; jrandom&gt; thanks, I'll get that fixed for 0.5.0.1</p>
<p>13:42 &lt; jrandom&gt; ok, anyone have anything else for 3) azneti2p?</p>
<p>13:43 &lt; tracker&gt; It's also happening on -5</p>
<p>13:43 &lt; jrandom&gt; you have sntp server defined explicitly, right?</p>
<p>13:44 &lt; tracker&gt; Yes. The 2 ones from our country.</p>
<p>13:44 &lt; jrandom&gt; i just checked the source and the exception occurs if the # concurring servers (default = 3) is greater than the # of servers specified (new default has 3)</p>
<p>13:44 &lt; jrandom&gt; ok cool, its a trivial fix to % # servers</p>
<p>13:45 &lt; jrandom&gt; ok, if there's nothing else for azneti2p, moving on to good ol' fashioned 4) ???</p>
<p>13:46 &lt; jrandom&gt; anyone else have something to bring up for the meeting?</p>
<p>13:46 &lt; tracker&gt; Nice. I've just send you the log errors from the router when closing i2p-bt on the forum.</p>
<p>13:47 &lt; jrandom&gt; 'k cool, thanks</p>
<p>13:47 &lt; cervantes&gt; nothing to mention other than: nice work with the 0.5 rollout, looks like it'll kick ass once the bugs are ironed out</p>
<p>13:48 &lt; tracker&gt; Yep, the latest CVS builds are really performin good over here.</p>
<p>13:48 &lt; jrandom&gt; thanks, with your help as well as the rest of the 0.5-pre testers we were able to clean up a bunch of issues</p>
<p>13:49 &lt; jrandom&gt; the performance has been better than i had expected, though still not as high throughput as before. lots left to optimize though</p>
<p>13:49 &lt; cervantes&gt; strangely the pre version were more stable...for me, but then, I was running them on a different machine ;-)</p>
<p>13:49 &lt; jrandom&gt; (and these damn bugs to get reliability where it should be)</p>
<p>13:50 &lt; jrandom&gt; heh well, yeah, but the -pre network was 5-7 routers, all insanely reliable on really really fast connections</p>
<p>13:50 &lt; cervantes&gt; :)</p>
<p>13:51 &lt; cervantes&gt; sign me up for the 0.6 pre test then :)</p>
<p>13:51 &lt; jrandom&gt; heh</p>
<p>13:51 &lt; tracker&gt; Maybe I should take part in the next pre network then. Providing a very unreliable and slow connection ;).</p>
<p>13:51 &lt; jrandom&gt; the 0.6 migration will probably be even easier, I hope, as we'll just be able to add new router addresses to the routerInfo (UDP addresses)</p>
<p>13:51 &lt; jrandom&gt; heh word</p>
<p>13:51 &lt; cervantes&gt; I can put my 1TB file share online...</p>
<p>13:52 &lt; jrandom&gt; we'll definitely need lots of help with the 0.6 testing, pulling in a whole variety of network setups</p>
<p>13:52 &lt; hobbs&gt; ssh '~C' command is nifty</p>
<p>13:52 &lt; laberhorst&gt; will this e another non comnpatible step?</p>
<p>13:53 &lt; Myo9&gt; Anyone knows what nntp servers are up?</p>
<p>13:53 &lt; jrandom&gt; laberhorst: no, 0.6 will be backwards compatible</p>
<p>13:53 &lt; jrandom&gt; Myo9: dunno, they might be up and just be bitten by the 0.5-0 bugs</p>
<p>13:54 &lt; jrandom&gt; the 0.5.0.1 rev should fix a lot of issues, and once its out, upgrading will be highly recommended</p>
<p>13:54 &lt; laberhorst&gt; so just built a test 0.6 and put it to testers</p>
<p>13:54 &lt; cervantes&gt; we can make BT traffic use only outdated routers...that will encourage people to upgrade ;-)</p>
<p>13:54 &lt; laberhorst&gt; so big upgrade party tomorrow</p>
<p>13:54 &lt; jrandom&gt; there'll be an announcement on the forum and the list when its ready</p>
<p>13:54 &lt; jrandom&gt; right laberhorst </p>
<p>13:54 &lt; jrandom&gt; heh cervantes ;)</p>
<p>13:55 &lt; laberhorst&gt; *being keen on testing for you*</p>
<p>13:55 &lt; jrandom&gt; BT performance has been pretty good on 0.5, I've seen lots of successful large file transfers on the trackers</p>
<p>13:55 &lt; laberhorst&gt; pload rate: 8.85 kB/s</p>
<p>13:55 &lt; jrandom&gt; (and irc hasn't been affected as it was before, beyond the problems we've been having with duck's tunnel)</p>
<p>13:55 &lt; tracker&gt; Depends on what you call large ;)</p>
<p>13:56 &lt; jrandom&gt; tracker: i'm thinking of a particular 874MB file that has a bunch of successful downloads ;)</p>
<p>13:56 &lt; jrandom&gt; but its true, thats small to some </p>
<p>13:56 &lt; laberhorst&gt; just good old porn</p>
<p>13:56 &lt; laberhorst&gt; i assume ;-)</p>
<p>13:57 &lt; laberhorst&gt; lets hope from tomorrow on, my router won't participate in &gt;3000 tunnels</p>
<p>13:57 &lt; tracker&gt; Ok, that's large.</p>
<p>13:57 &lt; laberhorst&gt; or, if so, the network IS large</p>
<p>13:57 &lt; jrandom&gt; heh laberhorst </p>
<p>13:58 &lt; jrandom&gt; ok, anyone have anything else for the meeting?</p>
<p>13:58 &lt; laberhorst&gt; btw, if participate in &gt;3000 a synonym for a good reliable router in i2p with fast connection?</p>
<p>13:58 &lt;+detonate&gt; i'm putting boondock saints up after i grab house tonight :)</p>
<p>13:59 &lt;+detonate&gt; that'll be a good 4.1gb :)</p>
<p>13:59 * laberhorst just wants to thank the developers for fast bug squashing</p>
<p>13:59 &lt;+detonate&gt; there seems to be lots of demand</p>
<p>13:59 &lt; laberhorst&gt; oh, some DVD images are here, to</p>
<p>13:59 &lt; hobbs&gt; detonate: ooh, right. House. :)</p>
<p>13:59 &lt; tracker&gt; cervantes, did you already upgrade to phpBB 2.0.12</p>
<p>13:59 &lt; laberhorst&gt; but wait till 0.5.0.1 is out</p>
<p>13:59 &lt;+detonate&gt; should give 0.5.0.1 a good shakedown too</p>
<p>14:00 &lt;+detonate&gt; yeah</p>
<p>14:00 &lt;+detonate&gt; i intend to</p>
<p>14:00 &lt; jrandom&gt; only people who already own legal copies of those files should download them, of course. thats just for testing</p>
<p>14:00 &lt; jrandom&gt; *cough*</p>
<p>14:00 &lt; tracker&gt; rofl</p>
<p>14:01 * jrandom notes mpaa.i2p</p>
<p>14:01 &lt;+detonate&gt; heh</p>
<p>14:01 &lt; laberhorst&gt; oh, i can built iso images from debian, fedora, suse, pictures I made,...</p>
<p>14:01 &lt; laberhorst&gt; so a lot of legal material</p>
<p>14:01 &lt; laberhorst&gt; if you just want to test, /dev/random is VERY large</p>
<p>14:01 &lt; Ragnarok&gt; not always</p>
<p>14:02 &lt; laberhorst&gt; btw, for lonely weekends: cat /dev/random | grep linux :-)</p>
<p>14:02 &lt; jrandom&gt; heh</p>
<p>14:02 &lt; frosk&gt; /dev/random runs empty all the time, i prefer /dev/urandom :)</p>
<p>14:02 &lt; frosk&gt; or the new, improved /dev/jrandom</p>
<p>14:02 &lt; jrandom&gt; nah, that dumps core all the time</p>
<p>14:03 &lt; jrandom&gt; and needs its nightly rest</p>
<p>14:03 &lt; Ragnarok&gt; what's the best way to generate entropy for /dev/random?</p>
<p>14:03 &lt; laberhorst&gt; we should really built the "get jrandom a few beers" fund</p>
<p>14:03 &lt; frosk&gt; call it rest or entropy gathering :)</p>
<p>14:03 &lt; hobbs&gt; Ragnarok: Depends on what you really mean. Getting a hardware RNG would be more or less the "best" way :)</p>
<p>14:03 &lt; jrandom&gt; Ragnarok: depends on your OS (and whether you have hardware ;)</p>
<p>14:04 &lt; tracker&gt; dd if=/dev/urandom of=/dev/hda bs=1M count=4 Allways nice ;)</p>
<p>14:04 &lt; jrandom&gt; we'll actually be bundling in a fortuna implementation one of these builds, and will need to dig around for various entropy sources</p>
<p>14:04 &lt; Ragnarok&gt; without hardware :P</p>
<p>14:04 &lt; susi23&gt; . o O ( I thought somebody using i2p knows why he should not use /dev/urandom )</p>
<p>14:05 &lt; cervantes&gt; tracker: the security exploits covered in 2.0.12 my mod_rocinante inadvertantly fixes, so I haven't bothered to upgrade yet</p>
<p>14:05 &lt; hobbs&gt; susi23: when it's just for mischief, I think it's alright ;)</p>
<p>14:05 &lt; ant&gt; &lt;Nolar&gt; who here does the python BT port?</p>
<p>14:05 &lt; jrandom&gt; Nolar: that'd be duck</p>
<p>14:06 * duck whistles</p>
<p>14:06 &lt; ant&gt; &lt;Nolar&gt; duck: why did you guys change the request block size to 128k ?</p>
<p>14:06 &lt; susi23&gt; . o O ( next one suggests: while true; do echo $RANDOM &gt;&gt; largefile; done )</p>
<p>14:06 &lt; ant&gt; &lt;Nolar&gt; that's why az cant seed to you</p>
<p>14:06 &lt; tracker&gt; cervantes: Ok</p>
<p>14:06 &lt; ant&gt; &lt;Nolar&gt; we block requests &gt; 64k</p>
<p>14:06 &lt; laberhorst&gt; hell, i need more mp3</p>
<p>14:06 &lt; frosk&gt; susi23: for grepping for linux on an idle evening, /dev/urandom is just fine :)</p>
<p>14:07 &lt; jrandom&gt; ah, did you always? iirc i2p-bt has used 128k for a while</p>
<p>14:08 &lt; ant&gt; &lt;Nolar&gt; yup, been there since the beginning :)</p>
<p>14:08 &lt; ant&gt; &lt;Nolar&gt; any reason 128 is used?</p>
<p>14:08 &lt; ant&gt; * duck looks through cvs log</p>
<p>14:08 &lt; jrandom&gt; keeps the pipeline filled, i2p has some lag ;)</p>
<p>14:08 &lt; jrandom&gt; with 32KB, thats essentially a fixed window size of 1</p>
<p>14:09 &lt; jrandom&gt; so each message blocks for an ACK, while 128KB allows 4 messages to fly in the rtt</p>
<p>14:09 &lt;@duck&gt; right, maximum allowed slice size according to the BT specs</p>
<p>14:09 &lt; ant&gt; &lt;Nolar&gt; well, there are two ways do deal with this: 1) we raise the limit to 128k on our side, or 2) you simply pipeline more requests</p>
<p>14:09 &lt; cervantes&gt; i2pbt is a little snappier than it used to be...perhaps you can afford to reduce it...</p>
<p>14:10 &lt;@duck&gt; schni, schna, schnappi</p>
<p>14:10 &lt; ant&gt; &lt;Nolar&gt; so, instread of making a single 128k request, send out two 64k ones for example</p>
<p>14:10 &lt; hobbs&gt; duck: haha... that thing has gotten around the world.</p>
<p>14:10 &lt;@duck&gt; why do you block 128k?</p>
<p>14:11 &lt; cervantes&gt; *shudder* europop</p>
<p>14:11 &lt; laberhorst&gt; duck: pls. be quiet OR i shoot you down!</p>
<p>14:11 &lt; tracker&gt; Sometimes I regret that I learned german some years ago...</p>
<p>14:11 &lt; laberhorst&gt; no europop, really not POP</p>
<p>14:11 * cervantes orders the UK to repel borders before a song like that enters the charts</p>
<p>14:11 &lt; laberhorst&gt; tracker: don't care, its ok</p>
<p>14:12 &lt; ant&gt; &lt;duck&gt; its now (2^17)-13</p>
<p>14:12 &lt; ant&gt; &lt;Nolar&gt; duck: well, the limit has been there for a while, but one good reason is that 128K blocks take a while to upload.....16KB (our default) allows for finer request control</p>
<p>14:12 &lt; ant&gt; &lt;duck&gt; 13 bytes being the bittorrent command length</p>
<p>14:12 &lt; ant&gt; &lt;duck&gt; would have no problem to (2^16)-13</p>
<p>14:12 &lt; laberhorst&gt; some music is really ridiculous, but real industrial music, boh, no</p>
<p>14:13 &lt; ant&gt; &lt;duck&gt; or go back to the default?</p>
<p>14:13 &lt; jrandom&gt; reducing it to 64KB seems the simplest (is that a cli param atm?)</p>
<p>14:13 &lt; ant&gt; &lt;duck&gt; --download_slice_size</p>
<p>14:14 &lt; ant&gt; &lt;Nolar&gt; well, my question is, do you have a compelling reason for sticking to 128K blocks, which seems a bit large to me, especially for i2p</p>
<p>14:14 &lt; ant&gt; &lt;Nolar&gt; rather than just pipelining multiplpe smaller requests?</p>
<p>14:14 &lt; ant&gt; &lt;duck&gt; I have no reason.</p>
<p>14:14 &lt; tracker&gt; laberhorst: Sometimes I catch some of the german channels via satellite. Especially viva and that "Theater Kanal" are really gruesome...</p>
<p>14:15 &lt; ant&gt; &lt;Nolar&gt; one problem with large blocks is that once i choke you, i still have to finish sending that 128k chunk</p>
<p>14:15 &lt; jrandom&gt; I don't recall whether the vanilla bt knows how to pipeline, but it should be simple enough (especially since i'm not doing it ;)</p>
<p>14:15 &lt; ant&gt; &lt;Nolar&gt; which can take a while</p>
<p>14:15 &lt; laberhorst&gt; tracker: viva is only interesting while "hard rock" time, all other times "please ignore", and theater, i don't know</p>
<p>14:15 &lt; jrandom&gt; with i2p, 128KB isn't really that large, since there's an inherent lag on the order of seconds</p>
<p>14:15 &lt; ant&gt; &lt;Nolar&gt; which can mess with the chunk/unchoke </p>
<p>14:16 &lt;@duck&gt; jrandom: does it still make sense to subtract the bittorrent 13 byte overhead so it fits in a sam message?</p>
<p>14:16 &lt; jrandom&gt; duck: nah, since the streaming lib already reduces it further into 16KB messages, so just have it be 64KB</p>
<p>14:17 &lt;@duck&gt; ok, 2**16 it is</p>
<p>14:17 &lt; jrandom&gt; (and then the tunnels break those 16KB messages into 996 byte fragments..)</p>
<p>14:17 &lt; ant&gt; &lt;Nolar&gt; the problem with 128k, is that if i'm uploading at say 12 k/s, then it'll take me 10+ seconds to finish that block</p>
<p>14:18 &lt; cervantes&gt; wow that's almost as long as the lag on irc...</p>
<p>14:18 &lt; jrandom&gt; which is 1-10 RTTs (while on the normal net, 10-500)</p>
<p>14:18 &lt;+detonate&gt; i was all set to use 512K blocks</p>
<p>14:18 &lt; ant&gt; &lt;Nolar&gt; you might also experiment with pipelinng 16kb blocks</p>
<p>14:18 &lt; jrandom&gt; heh</p>
<p>14:18 &lt;+detonate&gt; so 64 is preferred?</p>
<p>14:19 &lt; ant&gt; &lt;Nolar&gt; all bt clients afiak use 16KB blocks</p>
<p>14:19 &lt; ant&gt; &lt;duck&gt; fixed in CVS;</p>
<p>14:19 &lt; jrandom&gt; wikked, thanks duck! (and Nolar!)</p>
<p>14:19 &lt; ant&gt; &lt;duck&gt; expect it to appear in the 0.1.8 release together with some sam i2cp tuning</p>
<p>14:19 &lt; tracker&gt; laberhorst: It's complete name is "ZDF Theater" or so. And well they say they send a high level cultural program. I really hope that what they send isn't the best the german culture can offer ;)</p>
<p>14:19 &lt; jrandom&gt; ok, heh, I just remembered we're still in a meeting</p>
<p>14:19 &lt; jrandom&gt; anyone else have anything for the meeting?</p>
<p>14:20 &lt; ant&gt; &lt;Nolar&gt; so if we want a 128k chunk, we just make 8 simult requests</p>
<p>14:20 &lt; susi23&gt; . o O ( and discard the 448 left bytes? )</p>
<p>14:20 &lt; jrandom&gt; right right</p>
<p>14:20 &lt; laberhorst&gt; tracker: oh, that is small side channel... arte or 3sat is really more interesting</p>
<p>14:20 &lt; laberhorst&gt; and arte is german/french :-)</p>
<p>14:20 &lt; ant&gt; &lt;Nolar&gt; if the uploader can fill such a request, all 128k should be pushed into the i2p pipe stream</p>
<p>14:20 &lt; jrandom&gt; cool</p>
<p>14:21 &lt; cervantes&gt; . o O ( wonders why he can hear everything susi is thinking )</p>
<p>14:21 &lt; ant&gt; &lt;Nolar&gt; so, it might be worth experimenting with 16KB vs 32KB vs 64KB blocks sizes</p>
<p>14:21 &lt; jrandom&gt; aye</p>
<p>14:21 &lt; jrandom&gt; as long as its pipelined, i2p doesnt care</p>
<p>14:21 &lt; ant&gt; &lt;Nolar&gt; great</p>
<p>14:22 &lt; jrandom&gt; the speed at 16KB without pipelines is pretty bad though, or at least it used to be</p>
<p>14:22 &lt; tracker&gt; laberhorst: Ok, I'll try if I can catch arte in the next days...</p>
<p>14:22 &lt; ant&gt; &lt;duck&gt; I suggest leaving this tweaking for 0.2</p>
<p>14:22 &lt; ant&gt; &lt;duck&gt; since it will include the bittorrent 3.9.1 improvements</p>
<p>14:22 &lt; jrandom&gt; yeah, DTSTTCPW</p>
<p>14:22 &lt; susi23&gt; . o O ( oh thats easy... people are so predictable... )</p>
<p>14:23 &lt; ant&gt; &lt;duck&gt; which might completely restructure the network code</p>
<p>14:23 &lt; cervantes&gt; http://www.gavelstore.com</p>
<p>14:24 &lt; jrandom&gt; ok, I think thats it for the moment, people should check the list and the site in a few hours as the 0.5.0.1 rev will be coming out soon</p>
<p>14:24 &lt; ant&gt; &lt;Nolar&gt; ya, i can see how single 16kb requests would be slow</p>
<p>14:24 * jrandom downloads a gavel</p>
<p>14:24 * jrandom *baf*s the meeting closed</p>
</div>
{% endblock %}