Gnutella Forums  

Go Back   Gnutella Forums > Gnutella News and Gnutelliums Forums > General Gnutella Development Discussion
Register FAQ The Twelve Commandments Members List Find the Best VPN Today's Posts

General Gnutella Development Discussion For general discussion about Gnutella development.


Reply
 
Thread Tools Display Modes
  #1  
Old February 16th, 2005
coDeZIoN coDeZIoN is offline
Novicius
 
Join Date: February 16th, 2005
Posts: 1
coDeZIoN is flying high
Question I couldn't find a 200 OK message

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);
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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 01: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


All times are GMT -7. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.

Copyright © 2026 Gnutella Forums
All Rights Reserved