Server Security

NameTypeExampleDescription
PacketFloodingSee PacketFlooding
IpBlacklistarray[“127.0.0.1, 192.168.100.4”]Configures a blacklist of IP Addresses to not allow to connect to the server.

PacketFlooding

NameTypeExampleDescription
EditorFloodThreshholdsSee EditorFloodThreshholds
PlayerFloodThreshholdsSee PlayerFloodThreshholds
FloodThreshholdsSee FloodThreshholds

EditorFloodThreshholds

NameTypeExampleDescription
MaxPacketSizenumber2147483647Configures the maximum size an editor networking packet is allowed to be before kicking the editor.
MaxPacketPerSecnumber2147483647Configures the maximum packets per second an editor is allowed to send before kicking the editor.
KickAvgPacketPerSecnumber2147483647Configures the maximum average packets per second an editor is allowed to send before kicking the editor.

PlayerFloodThreshholds

NameTypeExampleDescription
MaxPacketSizenumber2147483647Configures the maximum size a logged in player networking packet is allowed to be before kicking the player.
MaxPacketPerSecnumber2147483647Configures the maximum packets per second a logged in player is allowed to send before kicking the player.
KickAvgPacketPerSecnumber2147483647Configures the maximum average packets per second a logged in player is allowed to send before kicking the player.

FloodThreshholds

NameTypeExampleDescription
MaxPacketSizenumber2147483647Configures the maximum size a client networking packet is allowed to be before kicking the client.
MaxPacketPerSecnumber2147483647Configures the maximum packets per second a client is allowed to send before kicking the client.
KickAvgPacketPerSecnumber2147483647Configures the maximum average packets per second a client is allowed to send before kicking the client.