1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-06 04:37:46 +00:00

Rename PacketHeader's unk3 into "version"

I know the name now, but it's still a mystery what it is?
This commit is contained in:
Joshua Goins 2025-05-01 22:29:34 -04:00
parent 9976548f04
commit 6971ef1fc8

View file

@ -90,7 +90,7 @@ pub struct PacketHeader {
pub size: u32,
pub connection_type: ConnectionType,
pub segment_count: u16,
pub unk3: u8,
pub version: u8, // it's just called this, but unsure what this is actually for?
pub compression_type: CompressionType,
pub unk4: u16,
pub uncompressed_size: u32,