![]() |
| | |||||||
| Register | FAQ | Members List | Calendar | Arcade | Search | Today's Posts | Mark Forums Read |
| General Gnutella Development Discussion For general discussion about Gnutella development. |
| Welcome To Gnutella Forums You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! (click here) If you have any problems with the registration process or your account login, please contact us. Your email address must be legitimate and verified before becoming a full member of the forums. Please be sure to disable any spam filters you may have for our website, so that email messages can reach you. Once registered but before posting, members MUST READ the FORUM RULES (click here) and LimeWire/FrostWire users should include System details - help us to help you (click on blue link) in their posts if their problem relates to using the program. Whilst forum helpers are happy to help where they can, without these system details your post might be ignored. And wise to read How to create a New Thread Thank you Hilfe in Deutsch, Ayuda en español, Aide en français, Hulp in het Nederlands Forum Rules Support Forums Before you post to one of the specific Client Help and Support Conferences in Gnutella Client Forums please look through other threads and Stickies that may answer your questions. Most problems are not new. The Search function is most useful. Also the red Stickies have answers to the most commonly asked questions. (over 90 percent). If your problem is not resolved by a search of the forums, please take the next step and post in the appropriate forum. There are many members who will be glad to help. If you are new to the world of file sharing please do not be shy! Everyone was ‘new’ when they first started. When posting, please include details for: Your Operating System ....... Your version of your Gnutella Client ....... Your Internet connection (56K, Cable, DSL) ....... The exact error message, if one pops up Any other relevant information that you think may help ....... Try to make your post descriptive, specific, and clear so members can quickly and efficiently help you LimeWire and FrostWire users need to supply these details >>> System details - help us to help you (click on blue link) Moderators There are senior members on the forums who serve as Moderators. These volunteers keep the board organized and moving. Moderators are authorized to: (in order of increasing severity) Move posts to the correct forums. Many times, members post in the wrong forum. These off-topic posts may impede the normal operation of the forum. Edit posts. Moderators will edit posts that are offensive or break any of the House Rules. Delete posts. Posts that cannot be edited to comply with the House Rules will be deleted. Restrict members. This is one of the last punishments before a member is banned. Restrictions may include placing all new posts in a moderation queue or temporarily banning the offender. Ban members. The most severe punishment. Three or more moderators or administrators must agree to the ban for this action to occur. Banning is reserved for very severe offenses and members who, after many warnings, fail to comply with the House Rules. Banning is permanent. Bans cannot be removed by the moderators and probably won't be removed by the administration. The Rules 1. Warez, copyright violation, or any other illegal activity may NOT be linked or expressed in any form. Topics discussing techniques for violating these laws and messages containing locations of web sites or other servers hosting illegal content will be silently removed. Multiple offenses will result in consequences. 2. Spamming and excessive advertising will not be tolerated. 3. There will be no excessive use of profanity in any forum. 4. There will be no racial, ethnic, or gender based insults, or any other personal attacks. 5. Pictures may be attached to posts and signatures if they are not sexually explicit or offensive. 6. Remember to post in the correct forum. Take your time to look at other threads and see where your post will go. If your post is placed in the wrong forum it will be moved by a moderator. 7. If you see a post in the wrong forum or in violation of the House Rules, please contact a moderator via Private Message or the "Report this post to a moderator" link at the bottom of every post. Please do not respond directly to the member - a moderator will do what is required. 8. Any impersonation of a forum member in any mode of communication is strictly prohibited and will result in banning. 9. Multiple copies of the same post will not be tolerated. Post your question, comment, or complaint only once. There is no need to express yourself more than once. Duplicate posts will be deleted with little or no warning. 10. Posts should have descriptive subjects. Vague titles such as "Help!", "Why?", and the like may not get enough attention to the contents. 11. Do not divulge anyone's personal information in the forum, not even your own. This includes e-mail addresses, IP addresses, age, house address, and any other distinguishing information. Don´t use eMail addresses in your nick. 12. Signatures may be used as long as they are not offensive or sexually explicit. 13. Failure to show that you have read the forum rules may result in forum rules breach infraction points or warnings awarded against you which may later total up to an automatic temporary or permanent ban. Supplying system details is a prerequisite in most cases, particularly with connection or installation issues. Violation of any of these rules will bring consequences, determined on a case-by-case basis. Thank You! Thanks for taking the time to read these forum guidelines. We hope your visit is helpful and mutually beneficial to the entire community. |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I've thought of a method to let nodes know how many files/Megabytes they can reach through their connection without the need of sending broadcast messages: Therefor, every node keeps a list for every of its connections with two 32 bit values for every TTL from 1 to 9 indicating how many files/Megabytes it can reach through that connection at that TTL. This, of course raises the question how the nodes get these lists. Well, they ask their neighbours. These neighbours, upon being asked, will now do the following: -create an empty list (like the one described above) -Enter into every row of this list the values for their locally shared files/MBs -Add to the row for a TTL of 2 of this list the values from the row for a TTL of 1 from their lists for every of their connections, except for the one the query came from. -Continue with the last step until the list is finished (You've got the idea...) -Send the list back to the querying host, which will store it. Unfortunately, this method has (at least) two disadvantages: -The possibility of loopings -Two new message types have to be added to the protocol Guido |
| |||
| hm brainstorming. Okay, you want to measure size of horizon and file number. I agree, let's forget the idea of a exact measure... a rough estimated size must be enough for the advantage of nearly no extra traffic. How about this. A descriptor "XPING" which is normally used with a TTL=1 only (goes only to direct connected hosts, no bigger broadcast). Those hosts answer with an "XPONG": * IP, speed and files info (number and size sharing) * unique IPs from direct connected clients TTL1 level and for each IP the summarized files (summarized number and summarized size) * summarized files info from TTL1+TTL2 level (for example TTL2 is available for every TTL1 queried host by his own XPING/XPONG) * summarized number of peers in TTL1+TTL2 level * how many unique superpeers are in horizon the last hour * list of topten superpeers in horizon (with free connect slots) A descriptor "SUPERPONG" is automatically send with high TTL from every superpeer in hourly distance. This message contains: * IP, speed and files info (number and size sharing) * summarized files info from connected clients in TTL1+TTL2 level (summarized number and summarized size), see above. * summarized number of peers in TTL1+TTL2 level, see above. * number of direct connected servants, direct connected superpeers, free connect slots. There is no answer to this descriptor, it is used for the XPONG statistics above. Remarks: With the normal XPONG answers a client can estimate a horizon size when interpolating the TTL1/TTL2 values, then adding some extra % for every superpeer found. Not precise but a quick and dirty guess? XPINGS with an TTL higher 1 for statistic tools only, e.g. network analyzing tools. With the superpong answers every client can also try to connect the best superpeers automatically and so improve network topology. |
| |||
| hm more brainstorming. How about using passive statistics in XPONGS/UPERPONG too? You heared about passive searching, it means sniffing Queryhits on existing gnutella traffic and use the results for own downloads. Passive searching does avoid extra traffic (and provide more hits for automatic research). So why not using a passive technique to estimate peers in horizon? Every client can collect unique client IDs while sniffing gnutella traffic. On a XPONG it will give the estimated peers number - together with the summarized files info from TTL1+TTL2 level (files info can not be passively scanned, only the peer IDs). Collecting unique IDs can be implemented using a binary tree, which stores ID and a time tag from every sniffed descriptor. Every hour the tree should be maintained and reconstructed to delete old IDs (which maybe allready gone offline). |
| |||
| hm and more barinstorming. How about adding also country or toplevel-domain to the "SUPERPONG" descriptor (e.g. 'us', 'au', 'fr' ... or 'aol.com', 'swipnet.se')? It could be a good idea to connect to a superpeer located in the same country or at the same ISP. Gnutella causes a very high traffic for an ISP, using a local superpeer can reduce traffic for our ISPs... and so reducing costs... and so make high bandwith internet cheaper for us consuments. |
| ||||
| Well as far as I know you aren't supposed to be connected to more than one supernode, especially if you are a modem-user. And for finding supernodes I'd suggest using some kid of hostscache. By the why - I thought the whole idea of using supernodes was having only one big horizon. |
| ||||
| Hi John! Looking into future it could be a good idea for high bandwith users to connect multiple superpeers (or to be a superpeer itself and connect different other superpeers, see images here). Question: How do you find a super peer with a host cache? By getting a lot of IPs from pongs, test them all until you finally find a new superpeer? This try'n'error would take a lot of time (typically up to two minutes, similar to the Gnutella startup from old clients). The SUPERPONG will help to switch over to another/more superpeers immediately. > I thought the whole idea of using supernodes was having only one big horizon. I didn't get that in the context here, could you explain plz? |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cant download a replacement installation file. | thegr8escape1973 | Open Discussion topics | 9 | August 22nd, 2005 06:04 AM |
| Ping & Pong? What for? | JackDCLee | General Gnutella Development Discussion | 5 | March 31st, 2002 12:59 AM |
| Problems sending MSGs(ping, pong, query...) over gnutella network | Tiago s1x | General Gnutella / Gnutella Network Discussion | 1 | August 4th, 2001 04:20 AM |
| Problems sending MSGs(ping, pong, query...) over gnutella network | Tiago s1x | General Gnutella / Gnutella Network Discussion | 1 | August 4th, 2001 04:17 AM |
| help with PONG | RogerioS | General Gnutella / Gnutella Network Discussion | 1 | April 20th, 2001 03:52 PM |