This commit is contained in:
Erayd 2025-10-26 23:28:15 -04:00 committed by GitHub
commit 16efb266ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ typedef struct PacketCacheEntry {
uint8_t encrypted : 1; // Payload is encrypted uint8_t encrypted : 1; // Payload is encrypted
uint8_t has_metadata : 1; // Payload includes PacketCacheMetadata uint8_t has_metadata : 1; // Payload includes PacketCacheMetadata
uint8_t : 6; // Reserved for future use uint8_t : 6; // Reserved for future use
uint16_t : 8; // Reserved for future use uint8_t : 8; // Reserved for future use
}; };
}; };
} PacketCacheEntry; } PacketCacheEntry;