2020-02-06 12:37:37 -05:00
|
|
|
<div class="cwikmeta" style="visibility:hidden;">
|
|
|
|
|
{
|
|
|
|
|
"title":"PONG",
|
2020-02-06 18:24:36 -05:00
|
|
|
"related":["/protocol/network/messages/ping.md"]
|
2020-02-06 12:37:37 -05:00
|
|
|
} </div>
|
|
|
|
|
|
2020-02-06 18:24:36 -05:00
|
|
|
# Response: Pong ("pong")
|
2020-02-06 12:37:37 -05:00
|
|
|
|
2021-06-01 17:30:23 -04:00
|
|
|
Connection keep-alive, "aliveness" and latency discovery. This message is sent in response to a [`ping`](/protocol/network/messages/ping) message.
|
2020-02-06 12:37:37 -05:00
|
|
|
|
2020-02-06 18:24:36 -05:00
|
|
|
## Message Format
|
|
|
|
|
|
2021-02-24 17:53:28 +01:00
|
|
|
| Field | Length | Format | Description |
|
|
|
|
|
|--|--|--|--|
|
2021-06-01 17:30:23 -04:00
|
|
|
| nonce | 8 bytes | unsigned 64 bit integer<sup>[(LE)](/protocol/misc/endian/little)</sup> | The value provided by the `ping` message.
|