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:
parent
9976548f04
commit
6971ef1fc8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ pub struct PacketHeader {
|
||||||
pub size: u32,
|
pub size: u32,
|
||||||
pub connection_type: ConnectionType,
|
pub connection_type: ConnectionType,
|
||||||
pub segment_count: u16,
|
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 compression_type: CompressionType,
|
||||||
pub unk4: u16,
|
pub unk4: u16,
|
||||||
pub uncompressed_size: u32,
|
pub uncompressed_size: u32,
|
||||||
|
|
Loading…
Add table
Reference in a new issue