Files
specification/protocol/network/messages/pong.md
T

16 lines
551 B
Markdown
Raw Normal View History

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
2020-02-06 18:24:36 -05:00
Connection keep-alive, "aliveness" and latency discovery. This message is sent in response to a [PING](/protocol/network/messages/ping.md) 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 |
|--|--|--|--|
2020-02-06 18:24:36 -05:00
| 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.