Ver código fonte

Update README.md

NX 7 anos atrás
pai
commit
d496c116d9
1 arquivos alterados com 4 adições e 0 exclusões
  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.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.PacketsLost` returns a total number of lost packets during the connection.