|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella Development Discussion For general discussion about Gnutella development. |
| LinkBack | Thread Tools | Display Modes |
| |||
Newbie problem: queryHit not recognized by LimeWire Hi guy, I wrote a small program that connects to an ultrapeer and receives a certain query message with queryHit message. I'm testing my thingy vs. gtk-gnutella (works fine, even downloading a file from myself) and vs. LimeWire. The problem is that LimeWire won't even show the queryHit i've sent in it's GUI (while gtk-gnutella does). I thought maybe it's because i'm not sending a urn, so i did - but still no luck. I'm not sending the other extra (QHD, i think). Than i thought it might be something with the TTL and HOPS - but i tried changing values and still it didn't work. I am connecting both my LimeWire and my small client to the same ultrapper, thus getting the query i'm sending and sending back queryHit (obviously a wrong one, since it's not displayed in the GUI). Following are the details, please help me understand what's wrong with me (besides the obvious, of course). Query (that limewire sent my small client after i hit the search button): GUID payload (query) TTL - 2 Hops - 1 Length - 27 Min Speed - 132 Search - aaa bbb ccc ddd eee queryHit (that my small client sends back and LimeWire doesn't show as a result but gtk-gnutella does): GUID (same one as from query) payload (queryHit) TTL - 4 Hops - 0 (i guess i'm wrong here or in the TTL but i tried few things) queryHit count - 1 port (my prog's port) ip (my prog's ip) speed - 260 Hit index - 963 (rand) size - size (of a file i'm testing with) name - aaa bbb ccc ddd eee (exact as in the query) extra - urn:sha1:"urn i made up" Servent ID - i made up but i'm consistent Regards (and thanks in advance), Snayit |
| |||
It could be the IP address or the port number. Is that a private IP address or a public one? In doubt, try the standard port number. What I meant with "exact" matches is the filename. It's rather unlikely that a legit reply matches the search term bit-by-bit. Try a random filename instead because might the receiver might consider such replies spam. Maybe LimeWire ignores small files. If possible try to capture a valid reply in the wild and just use that with GUID corrected of course. I could imagine there's something wrong with your layout at the end of the packet which is ignored by gtk-gnutella but not LimeWire. Provide a hexdump of packet you send. |
| |||
The packet looks fine to me. Well, yes if the receiver has the same IP address as given in the packet, that could be a reason for a client to ignore the reply albeit that wouldn't be good behaviour. Maybe LimeWire requires that you send extended query hit data and specify your vendor ID. Again, that's not quite clever but it might help against lazy/stupid spammers. It's probably best if you directly ask some LimeWire developer. |
| |||
I checked several more things, and i have another question: Can it be a GUID problem? Must i encode my IP and port into the GUID or something? now i also checked my program vs. Phex and it works too, only LimeWire and FrostWire won't accept my queryHit. Thanks, Snayit |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help - want to upgrade Limewire Pro but my email isn't recognized | skiqueen58@netscape.net | Download/Upload Problems | 3 | June 7th, 2006 08:28 PM |
LimeWire Pro, my email address is not recognized. | KSparkuhl | Open Discussion topics | 3 | January 14th, 2006 07:53 AM |
Can't Upgrade on Limewire Program and Email not recognized. | Kaosgirl74 | Windows | 1 | November 25th, 2005 08:38 PM |
Purchased Limewire Pro but email addy not recognized | merrick | Windows | 0 | November 23rd, 2005 02:00 PM |
to change IP and Port in a QueryHit | fanu_83 | General Gnutella Development Discussion | 0 | May 24th, 2004 09:30 AM |