Handling packet impersonating in client-server model online game
- by TheDespite
I am designing a server-client model game library/engine.
How do I, and should I even bother to handle frequent update packet possible impersonating?
In my current design anyone could copy a packet from someone else and modify it to execute any non-critical action for another client.
I am currently compressing all datagrams so that adds just a…