Sandertv / go-raknet

Go library implementing a basic version of the RakNet protocol.
MIT License
106 stars 38 forks source link

Protocol version changing #17

Closed Korisss closed 2 years ago

Korisss commented 2 years ago

How can I change the protocol version used without creating a fork? I saw this comment, but I still don't know how to change it

img

Sandertv commented 2 years ago

There isn't currently a way to do so. Protocol versions come with their specific changes, and go-raknet does not currently support these.

Korisss commented 2 years ago

Thanks for the quick response.