|
int | processedPackets = 0 |
|
int | droppedPackets = 0 |
|
int | unknownPackets = 0 |
|
int | totalQueueSize = 0 |
|
int | maxQueueSize = 0 |
|
int | totalBursts = 0 |
|
int | maxBurstSize = 0 |
|
int | shortFloods = 0 |
|
int | longFloods = 0 |
|
int | totalQueueOverflows = 0 |
|
int | totalUnderflowExceptions = 0 |
|
|
final boolean | countBurst (int count) |
|
final boolean | countFloods () |
|
final boolean | countPacket (int queueSize) |
|
final boolean | countQueueOverflow () |
|
final boolean | countUnderflowException () |
|
final boolean | countUnknownPacket () |
|
final boolean | dropPacket () |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/network/ClientStats.java