Skip to content

Added protocol encryption, removed compression

Maxime FRIESS requested to merge feature/network-login-merge into feature/network

Decided to remove compression to use Enet's included compression. To make encrypion work, we had to pad the packet so that their length would be a multiple of 16 bytes. To do this, we introduced a special packet ID, 0, that indicates that the byte[] do not contains any more useful data.

Merge request reports