]> jfr.im git - irc/rizon/znc.git/commit
Raise our IRC connection timeouts
authorUli Schlachter <redacted>
Sat, 2 Apr 2011 21:03:33 +0000 (23:03 +0200)
committerUli Schlachter <redacted>
Sat, 2 Apr 2011 21:03:33 +0000 (23:03 +0200)
commitd2f3b8c50869ffaf6754c309b9089ba870b4ee2e
tree7491b65d27a6aee8964c497d3401e9709fac8f45
parentf0bf7134ecad70caf332cb2864dd3107991f90d7
Raise our IRC connection timeouts

ZNC will now send a PING if the connection was idle for 270 to 300 seconds.
After 540 seconds (that is, about 270 to 240 seconds later) the timeout is
triggered and ZNC reconnects.

These values are "inspired" by the values eggdrop uses.

The old timeouts were 180 to 210 secs for the PING and 240 secs for the timeout.

Signed-off-by: Uli Schlachter <redacted>
Client.cpp
IRCSock.cpp
User.cpp