You've already forked specification
16 lines
514 B
Markdown
16 lines
514 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) 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` message.
|