Ping timeout

These are old archives. They are kept for historic purposes only.
Post Reply
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Ping timeout

Post by jailmann »

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 */
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Your configuration looks good to me. So what's your problem, actually? You haven't said a word about that.
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

Hello

i have problem with Ping timeout user get that often an som of them are on another net there they dont get ping timeout so i think maybe i have forgot somthing in conf or i can do somthing about it
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

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.
Post Reply