Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory sc8-pr-cvs1:/tmp/cvs-serv17177 Modified Files: RawServer.py Log Message: Fixed RawServer to...
Bill Bumgarner
bbum@...
Nov 1, 2003 8:18 pm
3853
Bram Cohen <bram@...> wrote: 1) there will be a limit to how many connections the client will allow, default to 60 Works like a charm. No problems...
Blipp er
bitemeblipper@...
Nov 1, 2003 8:18 pm
3854
... WSAENOBUFS is Windows' version of the POSIX error code, ENOBUFS. It's possible (though very uncommon) for a Unix box to return ENOBUFS, so you might want...
Bob Miller
kbob@...
Nov 2, 2003 7:38 am
3855
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory sc8-pr-cvs1:/tmp/cvs-serv10679/BitTorrent Modified Files: DownloaderFeedback.py RawServer.py ...
Bram Cohen
bram_cohen@...
Nov 2, 2003 7:39 am
3856
... Still not right: Traceback (most recent call last): File "C:\cvs\BitTorrent\2003-11-02 \BitTorrent\btdownloadheadless.py", line 163, in ? run(argv[1:]) ...
Krister Liljedahl
bitemeblipper@...
Nov 2, 2003 6:37 pm
3857
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory sc8-pr-cvs1:/tmp/cvs-serv29266/BitTorrent Modified Files: RawServer.py Log Message: simplified...
Bram Cohen
bram_cohen@...
Nov 2, 2003 6:37 pm
3858
The biggest problem in bittorent is that there has to be a reliable tracker. Most people don't have a reliable internet connection; for this reason they can't...
... if ... their ... to ... HTTP ... type ... with ... a ... described ... You could encrypt the file and distribute the key via a secure channel. However, if...
mmhh it seems that, for what regards the multi-tracker extensions, i've tried to reinven the wheel :( http://home.elp.rr.com/tur/multitracker-spec.txt These...
... Krister, put a try:/except: print str(error) around that; let's see what exactly it is you're getting....
John Hoffman
theshadow@...
Nov 2, 2003 11:20 pm
3864
... reason ... completely agree. I have a hub idea which goes a bit further than your multitracker idea. Instead of giving a big list of "backup" trackers to...
How does having a "hub" aleviate the single point of failure problem? ... From: "garyfungy" <gary@...> To: <BitTorrent@yahoogroups.com> Sent: Sunday,...
... Actually, I think that this is THE, number-one, first-thing, which everyone thinks of when they first start using BitTorrent. Perhaps this should be the...
I saw this on the bittorent faq as an unanswered question http://wiki.theory.org/index.php/BitTorrentFAQ Q: This has happened several times already for me. The...
omnibolt
ace@...
Nov 3, 2003 3:28 pm
3870
if it's for linux, may i request to have it running on background during ssh... thnx God Bless ... can't be ... criticise ... and ... for ... and ... pieces ...
Yeah, that's just begging someone to do it. I guess I'll have to write it and send it to you, Bram. I might post later about some backwards compatible ways to...
... This is likely due to a bug in one of the clients involved. I think there was a bug in some very old client (perhaps BT++) that caused it to always fail...
A new version that was recompiled with XCode and runs on Panther is now available on Sourceforge. Thank you for your patience. ...
Andrew Loewenstern
bt@...
Nov 8, 2003 5:16 am
3875
Hi, I'm one of the developers of Azureus (<http://azureus.sourceforge.net>), and we are adding some additional peer2peer features to our client (peer exchange...
Alon
arohter@...
Nov 9, 2003 5:39 am
3876
Hello! Can somebody please tell me how to fix this problem? ... (7. "getaddrinfo...
hallohalloheihei
vegardjoh@...
Nov 9, 2003 5:39 am
3877
... I have had BitTorrent 3.3 and earlier freezing with two torrents up to now. These freezing torrents (freeze after downloading 20-50 MB max) are both the...
Hi, Continuing with my tracker hub idea, I've setup a dynamic DNS at hub.isohunt.com, such that *.hub.isohunt.com would reply with 4 IPs, with a TTL for 3600s....
Gary Fung
garyfung@...
Nov 9, 2003 4:24 pm
3879
... Ok, I tried these settings out. The settings you mention seem indeed those relevant to the maximum number of connections that Windows will do. Registry...
I took a quick look at the math involved with adding Reed-Solomon encoding to Bittorrent. It turns out that the increase in recoverability of a seedless...
... You make the assumption that the probabilities of different clients having a given block are decorrelated, which is wrong. That's the point of rarest ...