Closed Jenna1337 closed 1 week ago
Note: serverless mode relies on UDP, but also violates CWE-406 (Insufficient Control of Network Message Volume) and CWE-941 (Incorrectly Specified Destination in a Communication Channel), so serverless mode should probably be removed. This would also fix #1
This would likely require separating the server from the FEZ multiplayer mod, making it only available as a separate executable.
UDP is a considerably vulnerable networking protocol. Consider changing to use only TCP instead.