add $ping command

This commit is contained in:
Martin Michelsen
2023-11-10 17:58:45 -08:00
parent a0f0230700
commit 90b7f0d0c0
5 changed files with 19 additions and 1 deletions
+1
View File
@@ -166,6 +166,7 @@ struct Client : public std::enable_shared_from_this<Client> {
std::shared_ptr<XBNetworkLocation> xb_netloc;
parray<le_uint32_t, 3> xb_9E_unknown_a1a;
uint8_t bb_connection_phase;
uint64_t ping_start_time;
// Patch server
std::vector<PatchFileChecksumRequest> patch_file_checksum_requests;