ReoservThe rust powered Endless Online server emulator

Packet Rate Limits

Defined in RON (Rust Object Notation).

Like the main config file this can also be copied to a local file:

$ cp PacketRateLimits.ron PacketRateLimits.local.ron

This file is useful to prevent abuse from players (speeding, spamming, etc.)

REOSERV comes with some sensible defaults but if you'd like to change or add any others the format is

  • family: PacketFamily
  • action: PacketAction
  • limit: Amount of time (in miliseconds) a player must wait before sending an additional packet

Note: the maximum limit is 1000 for now but that might change if needed