Re: QRP question (new Gnutella developer)
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Organization | Home, Grenoble, France |
| Message-ID | <[email protected]> |
Quoting mikeyv_b <[email protected]> from ml.gnutella.dev-forum: :So, here are my questions - I hope someone can help! :1. Do the message structures described in the second document match :the structures used in actual current QRP? Yes, the QRP messages have not changed. :2. I used these structures, and am having a problem. My client is not :reliably receiving searches from Phex, which I'm using as a host to :connect it to for testing. Have you tried with gtk-gnutella as well? You may have issues with internationalization and UTF-8 representations. Gtk-gnutella has the correct algorithm implemented to compute the QRP hash value, especially in the presence of surrogates. (this is not documented in the original LimeWire specs -- look at the qrp_hashcode() function in src/core/qrp.c for a correct C implementation). Raphael