Table of Contents

S2C Packet 0: Pong

Acknowledges a keep-alive request by the client.

Format

Index Type Description
0 0 Pong packet ID
1 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