Enum KickReason
Namespace: FishNet.Managing.Server
Assembly: FishNet.Runtime.dll
Syntax
public enum KickReason : short
Fields
| Name | Description |
|---|---|
| ExcessiveData | Client has sent a large amount of data several times in a row. This may not be an attack but there is no way to know with certainty. |
| ExploitAttempt | Client performed an action which could only be done if trying to exploit the server. |
| ExploitExcessiveData | Client sent more data than should be able to. |
| MalformedData | Data received from the client could not be parsed. This rarely indicates an attack. |
| UnexpectedProblem | A problem occurred with the server where the only option was to kick the client. This rarely indicates an exploit attempt. |
| Unset | No reason was specified. |
| UnusualActivity | Client is behaving unusually, such as providing multiple invalid states. This may not be an attack but there is no way to know with certainty. |