![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Open Discussion topics Discuss the time of day, whatever you want to. This is the hangout area. If you have LimeWire problems, post them here too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() I've been reading with interest the discussions dimping on the fact that morpheus (and bearshare)users are increasingly coming up as ultrapeers and not sharing and so reducing the effectiveness of the network for limewire users - I too have noticed that where once I only got limewire ultrapeers, now I get (lots of) morpheus, gnucleus, limewire@version@, bearshare (well once anyway) and even xolox - thing is - with morpheus it looks like I get few hosts and hardly any files available but when I search anyway I get as much as ever - eg - I had ALL morpheus ultrapeers and supposedly only 300 files available but a search of "when doves cry" brought up 200 or so ("when doves cry") files by Patti Smith, Ani D, BNL, Luka Bloom, Reclaimers, Flying Pickets, Shrodingers cat, Tupac, Afghan Wigs, 35 inch Mudder, Depeche Mode - and even - Prince - it all makes me think the 'problem' is partly illusiory - maybe the likely influx of audiogalaxy users won't be sooooo bad either |
| |||
![]() Taliban, what's up with your sig? Why does Shareaza suck? I've used it once or twice and I thought it was a perfectly good client. It incorporates Limwire's XML metadata scheme, ultrapeers and hashing. What do you have against Shareaza? -Chuck |
| |||
![]() The stats have been broken/inaccurate for a long time now, but the new morpheus/gnucleus has pretty much mutilated it. Getting accurate stats with low bandwidth reqs on a decentralized P2P is not easy. But really, why does it matter if 30,000GB are available? As long as what you're looking for is there, isn't that good enough? Cheers! ![]() |
| |||
![]() I added a few lines of code to my version of LimeWire so it will only connect to LimeWire/AquaLime ultrapeers. In case you are willing to compile LimeWire yourself this might help you: Just edit the .../core/com/limegroup/gnutella/ManagedConnection.java and replace the initialize() method with the following one. (lines 345 following) public void initialize() throws IOException, NoGnutellaOkException, BadHandshakeException { //Establish the socket (if needed), handshake. if (_isRouter) super.initialize(); //no timeout for bootstrap server else { super.initialize(CONNECT_TIMEOUT); if (getUserAgent() != null) { if (getUserAgent().indexOf("Lime") == -1) // close connection if non-LimeWire this.close(); } } //Start the thread to empty the output queue new OutputRunner(); } I know that relying on the user agent string in the handshake is not very safe, but it works. |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Morpheus and Neonet suck... only Gnutella is the good thing of Morpheus | Dark Guy | Morpheus (Windows) | 0 | March 7th, 2007 05:50 PM |
How to get new ultrapeers? | mannshands | General Windows Support | 1 | June 4th, 2005 04:03 PM |
ultrapeers only | osu_uma | Connection Problems | 9 | June 4th, 2003 08:02 PM |
How to not get ultrapeers? | Unregistered | Connection Problems | 28 | September 20th, 2002 11:49 AM |
Ultrapeers and BS | Unregistered | General Gnutella / Gnutella Network Discussion | 1 | April 13th, 2002 10:54 AM |