aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Can the max connections for aMuled go past 1024 yet?  (Read 1810 times)

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
Can the max connections for aMuled go past 1024 yet?
« on: January 23, 2008, 03:09:15 PM »

hi,

Can the max connections for aMuled go past 1024 yet?

(Using wxWidgets 2.8.7)

I have a lot of downloads added recently and i heard wxWidgets has a limit in aMuled to 1024...

Can i raise it without aMuled crashing? say ....double the limit??

Thanks..
« Last Edit: January 24, 2008, 01:31:09 AM by hopelessone »
Logged

lfroen

  • Guest
Re: Can the max connections for aMuled go past 1024 yet?
« Reply #1 on: January 24, 2008, 09:13:10 AM »

it's not limit of amuled, it's limit of fd_set structure on your operating system. Under normal circumstances you should not be crossing this limit. However, if you start messing with advanced settings, like "max conn in second", there's a good chance that momentary number of  outstanding connections will be too high, and as a result, amuled will crash.
Logged

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
Re: Can the max connections for aMuled go past 1024 yet?
« Reply #2 on: January 24, 2008, 09:25:08 AM »

Quote
if you start messing with advanced settings, like "max conn in second"

Doh !!! guess what i did....

was the original 20?...mine was 80...?

MaxSourcesPerFile=500
MaxConnections=1024
MaxConnectionsPerFiveSeconds=20

is this ok now? can i increase anything to make to go faster? (like crazy hogging computer resources fast!!)
« Last Edit: January 24, 2008, 09:39:04 AM by hopelessone »
Logged