NetrexMC / RakNet

RakNet implementation in Rust
Apache License 2.0
44 stars 12 forks source link

feat: Allow server connections to send and receive messages on channels other than 0 #50

Open john-bv opened 12 months ago

john-bv commented 12 months ago

This functionality could be adequate for people implementing RakNet for various other games. For instance, someone may want to send the client chunks on channel 2, but receive regular game packets on channel 0.