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