From 5c3a69fd80a72062070958db0a9dd8e28c3f64a4 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 23:30:56 -0500 Subject: [PATCH] feat: add sendACK method for handling acknowledgment in domain communication --- src/OverteClient.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OverteClient.hpp b/src/OverteClient.hpp index 916abad..4853339 100644 --- a/src/OverteClient.hpp +++ b/src/OverteClient.hpp @@ -107,6 +107,7 @@ private: void sendDomainConnectRequest(); void sendEntityQuery(); void sendPing(int fd, const sockaddr_storage& addr, socklen_t addrLen); + void sendACK(uint32_t sequenceNumber); // Avatar Mixer protocol void sendAvatarIdentity();