RakLib icon indicating copy to clipboard operation
RakLib copied to clipboard

Encapsulated packets and raw UDP packets should be listed separately

Open SOF3 opened this issue 5 years ago • 0 comments

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.

SOF3 avatar Aug 31 '19 10:08 SOF3