Tree
Tree:
58259c2cdf178293d43434eb4eeef1b91ffdf1ef
Date:
Tue Jan 24 01:46:12 2012 UTC
Message:
Send a PING at the end of the server sync to detect it At the end of sending all "state" to the remote server, a PING command is sent to request a PONG reply. Until then, no "regual" PING was sent, so Conn_LastPing() is null and now becomes non-null in the PONG command handler. So the servers are still synchronizing when Conn_LastPing() is 0, which could easily be tested.
IRCNow