====== S2C Packet 0: Pong ====== Acknowledges a keep-alive request by the client. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%0%%'' | Pong packet ID | | 1 | [[sockchat:types#string|string]] | Implementation defined, can be discarded. Original implementation contained the string ''%%pong%%''. | ===== Examples ===== Response to a ping packet: 0\tpong Response to a ping packet on older versions of the SharpChat implementation at Sunday, 13 April 2025 21:27:21 GMT: 0\t1744579641 ===== See Also ===== * [[sockchat:c2s:ping|C2S Packet 0: Ping]] - C2S Packet that this packet is sent in response to.