RakLib
RakLib copied to clipboard
Encapsulated packets and raw UDP packets should be listed separately
Some packets are only received/sent as UDP packets, and some are only inside the EncapsulatedPacket buffer. However both types of packets are declared in MessageIdentifiers.php and src/protocol without distinction (probably legacy from RakNet itself).
They should be declared separately for clarity.