Hello
i have a little problem with ping timeout
now big one but som days it is a big problem but another days not so big
this i what i have in conf
somone have any idea waht to do
class clients
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
Ping timeout
I think the answer is simple: your server is at a location where the connection between the server and that user is unstable. What I'm trying to say is, you can either simply do nothing but saying a "big sorry" and "that's all I can do" to him/her, or if you have a little network, perhaps move his/her connection to a different class with a higher class::pingfreq value, but that still doesn't solve the user's lagging problem.