]> arthur.barton.de Git - ngircd-alex.git/commit
Revert "Set the "last data" time to "last ping" time when updating the latter"
authorAlexander Barton <alex@barton.de>
Sun, 24 May 2020 21:24:51 +0000 (23:24 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 25 May 2020 20:59:00 +0000 (22:59 +0200)
commit0d503945cb527e275ef6644a234a6876ff61322b
tree28369c0792d79e0da22923271edfa4061dca7528
parentbae68eb612ef0d8aa515e03c1479e2a57d243dee
Revert "Set the "last data" time to "last ping" time when updating the latter"

This patch completely broke the PING-PONG logic: now ngIRCd never
disconnects any stale peers but keeps sending out PINGs over and over
again ...

The real issue (server disconnects right after connect) will be fixed in
the next commit, but let's revert to the somewhat "half-broken but
'known' state" first ...

This reverts commit 79a917f954bef8089967786bd3597a6e5ff5c336.
src/ngircd/conn-func.c