Replies: 1 comment 4 replies
-
|
Thanks @GooodFr — this is a fair point and worth unpacking, because the limit you're hitting is real but it's more specific than a single "max files" knob. There's no Kad — ed2k servers — source requests are batched 15 files per TCP frame, one frame every ~5 minutes, plus a per-file re-ask timer of ~15–22 minutes. On the Kad side, you're right that these numbers are inherited from eMule and predate modern hardware and network conditions. It's genuinely reconsiderable. The eMuleAI fork already raised Here's how the relevant constants compare across the three codebases:
I'd want the other maintainers to weigh in before we commit to a specific value, since it changes our load on the shared Kad network — so consider this an open question rather than a decision. The ed2k-server path is a different story and I'd leave it as-is. Those limits aren't about your hardware — they exist to stay within the source-request credits that Lugdunum servers meter, and the re-ask floor is deliberately kept above the ~10-minute mark that gets clients auto-banned for reask spam. Most servers still in operation run older Lugdunum builds, and flooding them with more frequent Short version: the Kad limit is a candidate for a bump and there's prior art for it, pending maintainer agreement on the number; the ed2k-server limits should stay where they are. cc @mrjimenez @ngosang @danim7 @sc0w — what's your appetite for raising the Kad concurrent-search cap? Prior art (eMuleAI) went 5 → 100; I'd lean toward something more conservative to start, but curious where you all land. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
Thanks for aMule dev ;)
aMule, like eMule, since 20 years, are only able to download few files in same time (20 ? 30?)
If I have 1.000 file in my list, only 20-30 files will have source search.
970-980 files will wait till firths files finished.
20 years later, fast network, fast CPU, much memory ...
Why couldn't have a biggest MaxSimultaneousSourceSearch ?
Beta Was this translation helpful? Give feedback.
All reactions