mirror of
https://github.com/osmarks/ngircd.git
synced 2026-04-17 20:41:24 +00:00
This is required because the PING can be received quite a bit earlier than it is actually handled, for example during "server burst" or other heavy operations: So the times won't match and PING-PONG logic would become garbled, because we test for "last ping > last data" to determine if a PING already was sent or not.