Search the web
Sign In
New User? Sign Up
the_gdf · The Gnutella Developer Forum (GDF)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 23163 - 23192 of 23639   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23163
... Thanks Raphael, So 'X-Alt' in QueryHit message will point to full files. And 'X-Alt' in download mesh (while downloading) is the ONLY available means of ...
mark W
aus_waugh
Offline Send Email
Jul 2, 2007
5:57 am
23164
Any comments ? *Mark ... From: mark W <aus_waugh@...> To: the_gdf@yahoogroups.com Sent: Monday, July 2, 2007 11:25:10 AM Subject: Re: [the_gdf] Re:...
mark W
aus_waugh
Offline Send Email
Jul 3, 2007
10:03 am
23165
... Should fit. [Non-text portions of this message have been removed]...
Arne Babenhauserheide
arne_bab
Offline Send Email
Jul 3, 2007
2:59 pm
23166
I'm writing a C program that needs to browse files on a given host. Using IP Tools I see LimeWire is returning a message with this string: HTTP/1.1 200 OK ...
dbates1999
Offline Send Email
Jul 9, 2007
2:56 am
23167
... Yes, that is mostly correct. Although LimeWire is actually not embedding an HTTP server inside, and does not fully support HTTP 1.1. Their implementation...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 9, 2007
11:52 am
23168
I'm developing a gnutella client and have send a gnutella browse host requests: GET / HTTP/1.1 Host: 192.168.1.106:11073 User-Agent: LimeWire 4.12.15 Accept:...
dbates1999
Offline Send Email
Jul 16, 2007
12:14 am
23169
... As the Content-Type says, it's a stream of Gnutella packets. Should be very straightforward to figure out, no? Raphael...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 16, 2007
5:45 am
23170
Hi All, I could Inflates (uncompresses) the data in one go by following pseudo code using SharpZipLib. ////////////*********////////// MemoryStream memStream =...
mark W
aus_waugh
Offline Send Email
Jul 17, 2007
6:54 am
23171
... You (synchronously) feed the (asynchronous) data into the inflater to later (synchronously) read the deflated data out of the inflater. Raphael...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 17, 2007
2:04 pm
23172
Thanks Raphael If I buffer all asynchronous data from the session and pass synchronously it to SharpZipLib inflater,e.g. InflaterInputStream str = new...
mark W
aus_waugh
Offline Send Email
Jul 18, 2007
4:36 am
23173
... Of course. The total amount of data sent during a "session" is potentially infinite (say, very large, larger than any amount of RAM you can come up with)....
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 18, 2007
5:36 am
23174
Yeah, it's a continuous stream of data and each received block is related to earlier received blocks. One probable solution in mind is : Store the starting...
mark W
aus_waugh
Offline Send Email
Jul 18, 2007
6:21 am
23175
... Good, so now you see the error in your earlier posting: you must not end the stream after each received buffer / message but keep it open. ... Why do you...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 18, 2007
6:54 am
23176
Is there a way in Gnutella protocol that tells in advance how long a single compressed block of data will be? Thanks, * Mark ... From:...
mark W
aus_waugh
Offline Send Email
Jul 20, 2007
5:08 am
23177
... You don't get it, do you? There is NO SINGLE COMPRESSED BLOCK. It's a continuous stream of compressed data. Among this stream, there are messages, but the...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 20, 2007
8:12 am
23178
Greetings, When searching with a magnet which only contains the bitprint or SHA1 hash of a file in LimeWire, it simply doesn't work. That's because LimeWire...
neglacio
Offline Send Email
Jul 20, 2007
1:13 pm
23179
... One of the reasons is LimeWire is stuck using small 64K-slot QRP tables, where every other servent can use up to 2M-slot tables. So adding SHA1 in the...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Jul 20, 2007
1:50 pm
23180
... The reason is that sha1 searching breaks QRP: http://basis.gnufu.net/gnufu/index.php/GnuFU_en#Network_model:_Intra-ultrapeer_QRP The searches are routed by...
Arne Babenhauserheide
arne_bab
Offline Send Email
Jul 20, 2007
8:22 pm
23181
If you want to make a magnet more efficient, you can improve it using the magnet creation guide: http://gnufu.net/MagnetMakingGuide That way, it will work...
Arne Babenhauserheide
arne_bab
Offline Send Email
Jul 20, 2007
9:53 pm
23182
... As far as I know, they implement a Kademlia, but you're right: More documentation outside their sourcefiles is lacking quite much right now. Best wishes, ...
Arne Babenhauserheide
arne_bab
Offline Send Email
Jul 21, 2007
2:21 am
23183
Becareful with data compressors: there may still exist some bytes left in the current compressor state, which won't be encoded in its output if you don't flush...
Philippe Verdy
verdy_p
Offline Send Email
Jul 22, 2007
7:16 pm
23184
The binary data is the data you get. If you want a part of Comodo Firewall.exe, the binary data would be the first page of the installer *FOR EXAMPLE*...
neglacio
Offline Send Email
Jul 28, 2007
12:59 pm
23185
Hi, I am doing some research on p2p and would like to save incoming queries to a DB or text file. I am using gtk-gnutella and this already has an option to...
redtag194
Offline Send Email
Aug 6, 2007
2:41 pm
23186
How can I discover if a library´s file is shared without using the GUI? I´ve tried looking for something in Library1.dat without success. Can anyone help me...
Jonathas da Silva Fer...
celtrautman
Offline Send Email
Aug 11, 2007
8:55 pm
23187
hi, i am a software engineer working in a research & development organization specializing in distributed networks. i am trying to write a book on free social...
Dewan Hrishikesh
hrishikeshdewan
Offline Send Email
Aug 11, 2007
8:59 pm
23188
... What about reading the Gnutella specifications available on the GDF first? Why would you want to study code at all to expose the major functionalities of...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Aug 12, 2007
8:09 am
23189
What about reading the Gnutella specifications available on the GDF first? those are covered and somewhat the first draft is written. Why would you want to...
Dewan Hrishikesh
hrishikeshdewan
Offline Send Email
Aug 12, 2007
3:10 pm
23190
... There's good code and there's poor code. Reading poor code actually confuses you. Besides, I strongly disagree that reading code will help you understand ...
Raphael_Manfredi@...
raphael_manf...
Offline Send Email
Aug 12, 2007
6:18 pm
23191
... What happened to the GDF wiki? (http://www.the-gdf.org/) I get "connection timeout" errors whenever I try to view it. (this question is really directed at...
Daniel Stutzbach
agthorr
Online Now Send Email
Aug 13, 2007
4:10 pm
23192
... AFAIK, there is a working, spam free, and in parts more current copy of the gdf wiki: http://gnutella-specs.rakjar.de...
Gregor K.
gregorkou
Offline Send Email
Aug 13, 2007
5:46 pm
Messages 23163 - 23192 of 23639   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help