feat: add sendACK method for handling acknowledgment in domain communication

This commit is contained in:
MayaTheShy
2025-11-09 23:30:56 -05:00
parent 2a06f0ba9e
commit 5ba6b2f5a3

View File

@@ -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();