NetPeerStatistics Properties |
The NetPeerStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | BytesInRecyclePool |
Gets the number of bytes in the recycled pool
|
![]() | DroppedMessages |
Gets the number of dropped messages since the NetPeer was initialized.
|
![]() | ReceivedBytes |
Gets the number of received bytes since the NetPeer was initialized
|
![]() | ReceivedMessages |
Gets the number of received messages since the NetPeer was initialized
|
![]() | ReceivedPackets |
Gets the number of received packets since the NetPeer was initialized
|
![]() | ResentMessages |
Gets the number of resent reliable messages since the NetPeer was initialized
|
![]() | ResentMessagesDueToDelay |
Gets the number of resent reliable messages because of delays in acks since the NetPeer was initialized.
|
![]() | ResentMessagesDueToHole |
Gets the number of resent reliable messages because of holes in acks since the NetPeer was initialized.
|
![]() | SentBytes |
Gets the number of sent bytes since the NetPeer was initialized
|
![]() | SentMessages |
Gets the number of sent messages since the NetPeer was initialized
|
![]() | SentPackets |
Gets the number of sent packets since the NetPeer was initialized
|
![]() | StorageBytesAllocated |
Gets the number of bytes allocated (and possibly garbage collected) for message storage
|