NetPeer Properties |
LiteNetLib |
The NetPeer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConnectId |
Connection id for internal purposes, but can be used as key in your dictionary of peers
|
![]() | ConnectionState |
Current connection state
|
![]() | CurrentFlowMode | |
![]() | EndPoint |
Peer ip address and port
|
![]() | Mtu |
Current MTU - Maximum Transfer Unit ( maximum udp packet size without fragmentation )
|
![]() | NetManager |
Peer parent NetManager
|
![]() | PacketsCountInReliableOrderedQueue | |
![]() | PacketsCountInReliableQueue | |
![]() | Ping |
Current ping in milliseconds
|
![]() | TimeSinceLastPacket |
Time since last packet received (including internal library packets)
|
See Also