Gnutella Forums  

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

General Gnutella Development Discussion For general discussion about Gnutella development.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old February 16th, 2005
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
Trackbacks are On
Pingbacks are On
Refbacks are On


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 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


All times are GMT -7. The time now is 12:36 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.