![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
General Gnutella Development Discussion For general discussion about Gnutella development. |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() Hello, I am writing a very small Gnutella client in C++. However, I am unable to find anyone who responds with a 200. I keep of 503 busy or Service unavailable. I first get my hosts from a gcache website and then try to connec to those. From their reply, I then try to connect to the UP that they suggest. My code seems to work fine. However, I don't seem to find any one willing to connect. My initial handshake looks like the following and I use it in all cases. Does any one have a suggetion? Thanks //send the GNUTELLA message plus one empty string at the end send(sock, buffered, strlen(buffered), 0); send(sock, "\n", 1, 0); send(sock, "X-Ultrapeer:True",1, 0); send(sock, "\n", 1, 0); send(sock, "User-Agent:GnuSimul/1.0", 1, 0); send(sock, "\n", 1, 0); send(sock, "Pong-Caching:0.1", 1, 0); send(sock, "\n", 1, 0); send(sock, '\0', 1, 0); send(sock, "\n", 1, 0); |
Thread Tools | |
Display Modes | |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gnutella Message when downloading: Limewire is unable to find a license for this file | barrie_ont_gurl | Download/Upload Problems | 6 | December 3rd, 2006 12:37 AM |
message | demeterisis | General Windows Support | 0 | June 9th, 2005 02:18 AM |
error message:"Unable to find an aw.dat file on your desktop" | Bill | General Mac OSX Support | 0 | September 30th, 2002 08:11 AM |
Error message: Could not find a port to use forincoming connections. | Unregistered | Connection Problems | 1 | June 16th, 2002 03:41 PM |
Get message "could not move to library" but can't find file | Unregistered | Mac OSX | 1 | May 28th, 2002 04:01 PM |