2
0
NX 7 жил өмнө
parent
commit
d496c116d9
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -263,6 +263,10 @@ Contains a managed pointer to the peer.
 
 
 `Peer.RoundTripTime` returns a round trip time in milliseconds.
 `Peer.RoundTripTime` returns a round trip time in milliseconds.
 
 
+`Peer.LastSendTime` returns a last packet send time in milliseconds.
+
+`Peer.LastReceiveTime` returns a last packet receive time in milliseconds.
+
 `Peer.PacketsSent` returns a total number of packets sent during the connection.
 `Peer.PacketsSent` returns a total number of packets sent during the connection.
 
 
 `Peer.PacketsLost` returns a total number of lost packets during the connection.
 `Peer.PacketsLost` returns a total number of lost packets during the connection.