wisp part 1

This commit is contained in:
r58Playz 2024-01-22 18:19:39 -08:00
parent ad7a34e86d
commit 1f23c26db6
6 changed files with 117 additions and 46 deletions

View file

@ -139,8 +139,8 @@ impl From<PacketType> for Vec<u8> {
#[derive(Debug)]
pub struct Packet {
stream_id: u32,
packet: PacketType,
pub stream_id: u32,
pub packet: PacketType,
}
impl Packet {