Robsutar / lyanne

Tick-based communication library for server-client architectures.
Apache License 2.0
1 stars 0 forks source link

IP spoofing cancelling the connection #2

Closed Robsutar closed 1 month ago

Robsutar commented 1 month ago

IP spoofing of a user can terminate a client's connection, as the server interprets any misuse of the connection as a reason to terminate the connection.

The major uses of server InvalidProtocolCommunication and client InvalidProtocolCommunication cause this.

IP spoofing is a technique used to send data packets over the internet with a forged IP address.

Robsutar commented 1 month ago

Fixed in #25.