Search found 3 matches

by TrueNoir
Sun May 29, 2005 5:17 pm
Forum: Unreal 3.2 Support
Topic: ping frequency
Replies: 6
Views: 4208

If you're using mirc, try using:
/debug @d

I got following output:

-> irc.21p.de ping 700185
<- :irc.21p.de PONG irc.21p.de :700185
-> irc.21p.de ping 715185
<- :irc.21p.de PONG irc.21p.de :715185
-> irc.21p.de ping 730185
<- :irc.21p.de PONG irc.21p.de :730185


Does it mean that mIRC ...
by TrueNoir
Fri May 27, 2005 1:30 pm
Forum: Unreal 3.2 Support
Topic: ping frequency
Replies: 6
Views: 4208

Re: ping frequency

Matridom wrote:ping frequency is set by the class.. when you changed the frequency, did you change it for the proper class?
From my config-file:

Code: Select all

class clients {
        pingfreq 180;
        maxclients 500;
        recvq 4000;
        sendq 100000;

};
by TrueNoir
Fri May 27, 2005 12:56 pm
Forum: Unreal 3.2 Support
Topic: ping frequency
Replies: 6
Views: 4208

ping frequency

Hello,

I've setup the Unreal IRCd 3.2.3 on an older linux machine (Kernel 2.4.25-040218). I set in the config file for clients "pingfreq 180;"
But when I connect to the IRC server I got all 15 seconds a Ping request (logged with Ethereal on my home-pc (Win 2k SP4)).

How can I rise the frequency up ...