b23r0 / rust-raknet

RakNet Protocol implementation by Rust.
MIT License
218 stars 18 forks source link

Made for MC:BE, and not for general RakNet. #18

Open RealPacket opened 6 months ago

Adrian8115 commented 6 months ago

?

RealPacket commented 6 months ago

The packet enum contains only MC:BE packets. https://github.com/b23r0/rust-raknet/blob/c9c2424e61baf2fcdb4ef6e85de9c806477b31f1/src/packet.rs#L9-L30

Adrian8115 commented 6 months ago

As far as I know custom gampackets with the id 0xfe are used for your programm itself. The other pa kets are standard raknet packets

RealPacket commented 6 months ago

oh ok