-
Notifications
You must be signed in to change notification settings - Fork 229
Description
I've noticed this for a while and thought it was my firewall/router playing up, however it's not.
After a period of operation, amuled becomes unresponsive on the PtP TCP and UDP ports.
Attempting to connect to them from within the LAN results in connections timing out (not a refusal and not a firewall block) - it works fine for the first few minutes after amuled is restarted and seems to fall over after a number of connections (I haven't worked out the threshold yet)
This seems to have been started happening a couple of years back. I'm not 100% sure, but It appears as if amule isn't closing down connections properly and eventually runs out of handles.
Running (and compiled on) Ubuntu 18.10 at the moment. Built using:
./configure --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc --enable-xas --enable-fileview --enable-geoip --enable-profile --enable-optimize --enable-static-boost --enable-mmap --enable-ccache --with-wxdebug --with-toolkit=auto --with-wxshared --with-boost CPPFLAGS="-DBOOST_ASIO_HASH_MAP_BUCKETS=53,389,1543,4093 -DBOOST_ASIO_ENABLE_BUFFER_DEBUGGING "
I've added the Autotools (#43), Upnp delay(#116), crashfix(#125), and libupnp1.8(#135) pulls - it compiles cleanly but the problem is still not solved.
Any ideas?