Jump to content
  • 0
Sign in to follow this  
sumano

Player cant login if 1024 users

Question

5 answers to this question

Recommended Posts

  • 0

Configure your server with epoll enbabled

./configure --enable_epoll

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

Share this post


Link to post
Share on other sites
  • 0
 ./configure --enable_epoll

configure: error: unrecognized option: `--enable_epoll'

Try `./configure --help' for more information

 

error

Share this post


Link to post
Share on other sites
  • 0

correct will be:

 

./configure --enable-epoll

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

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.