Files
specification/protocol/network/messages/pong.md
T
2021-02-24 17:53:28 +01:00

551 B

{ "title":"PONG", "related":["/protocol/network/messages/ping.md"] }

Response: Pong ("pong")

Connection keep-alive, "aliveness" and latency discovery. This message is sent in response to a PING message.

Message Format

Field Length Format Description
nonce 8 bytes unsigned 64 bit integer(LE) The value provided by the PING message.