Max clients problem
Sean Stanek
vulture at cs.iastate.edu
Fri Sep 17 14:04:26 EDT 2004
Check out include/setup.h and look for #define MAX_CLIENTS. It's a
compile-time limit. You will probably have to recompile (unless
stuff changed in the past year or so). You can also do this at
configure time by using the --with-maxclients=NUMBER option (probably
preferred to a manual edit of include/setup.h). Good luck!
Sean
> Massimo @ eCS . it wrote:
> >
>
> [2004/9/17 14.26] Setting serverinfo_max_clients to MAX_CLIENTS
>
> what does this mean?
>
> this is the maxclients entry in my serverinfo section:
>
> max_clients=1024;
>
> and these are my classes sections:
>
> class {
> name="5";
> ping_time=120;
> number_per_ip=0;
> max_number=100;
> sendq=100000;
> };
>
> class {
> name="2";
> ping_time=120;
> number_per_ip=90;
> max_number=50;
> sendq=600000;
> };
>
> class {
> name="7";
> ping_time=120;
> number_per_ip=60;
> max_number=50;
> sendq=1000000;
> };
>
> class {
> name="9";
> ping_time=120;
> number_per_ip=45;
> max_number=20;
> sendq=1000000;
> };
>
> class {
> name="10";
> ping_time=90;
> number_per_ip=0;
> max_number=5;
> sendq=100000;
> };
>
>
>
>
>
--
More information about the hybrid
mailing list