• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Player cant login if 1024 users

Configure your server with epoll enbabled

./configure --enable_epoll

That should do the trick, make sure to rebuild the server.

 
Last edited by a moderator:
 ./configure --enable_epoll
configure: error: unrecognized option: `--enable_epoll'
Try `./configure --help' for more information
 
error
 
correct will be:

./configure --enable-epoll


Also you should change FD_SETSIZE in common/socket.c to some thing bigger than 1024

 
qE2zal.png


i fix all follow you

 
Back
Top