From 7c0a636f76ae78e997979f530352e77db12a20e5 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Wed, 25 Jan 2023 18:29:35 -0500 Subject: [PATCH] add 0x04 relay data --- libsptprp/src/packets/mod.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libsptprp/src/packets/mod.rs b/libsptprp/src/packets/mod.rs index 5951ec9..aafa3fa 100644 --- a/libsptprp/src/packets/mod.rs +++ b/libsptprp/src/packets/mod.rs @@ -3,6 +3,18 @@ pub mod initbound; pub mod recvbound; pub mod relaybound; +/* +TODO +[x] 0x01 Channel Wait +[x] 0x02 Channel Not Ready +[x] 0x03 Channel Ready +[x] 0x04 Relay Data +[ ] 0x05 Channel In Use +[ ] 0x06 Handshake Start +[ ] 0x07 Handshake Response +[ ] 0x08 Encrypted Data + */ + #[derive(Debug)] pub enum PacketParseError { IncorrectPacketType,