We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754ecc commit 7a4c869Copy full SHA for 7a4c869
1 file changed
README.md
@@ -144,7 +144,7 @@ This packet is the response to an unconnected ping packet.
144
| Field | Type | Endianness | Note |
145
| ----- | ---- | ----------| ----- |
146
| id | uint8 | N/A | Unique identifier of the packet |
147
-| serverSendTime | uint64 | Big Endian | Server timestamp that can be used to calculate the latency |
+| clientSendTime | uint64 | Big Endian | Client timestamp that can be used to calculate the latency |
148
| serverGuid | uint64 | Big Endian | Unique identifier of the server |
149
| magic | uint8[16] | N/A | Magic sequence to identify the packet |
150
| message | uint16-string | Big Endian | Response data typically used for server information |
0 commit comments