Files
specification/protocol/network/messages/pong.md
T
qr8ruwyx0u7fqeyu5n49t2paw0ghhp8xsgmffesqzs 777b8d2b6f wiki commit
2020-02-06 18:24:36 -05:00

16 lines
557 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.