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

16 lines
551 B
Markdown

<div class="cwikmeta" style="visibility:hidden;">
{
"title":"PONG",
"related":["/protocol/network/messages/ping.md"]
} </div>
# Response: Pong ("pong")
Connection keep-alive, "aliveness" and latency discovery. This message is sent in response to a [PING](/protocol/network/messages/ping.md) message.
## Message Format
| Field | Length | Format | Description |
|--|--|--|--|
| nonce | 8 bytes | unsigned 64 bit integer<sup>[(LE)](/protocol/misc/endian/little)</sup> | The value provided by the [PING](/protocol/network/messages/ping.md) message.