Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
d6c67eeaaf
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -209,6 +209,19 @@ Contains a managed pointer to the peer.
 
 
 `Peer.RoundTripTime` returns the round trip time in milliseconds.
 `Peer.RoundTripTime` returns the round trip time in milliseconds.
 
 
+`Peer.PacketsSent` returns the total number of packets sent during the connection.
+
+`Peer.PacketsLost` returns the total number of lost packets during the connection.
+
+`Peer.BytesSent` returns the total number of bytes sent during the connection.
+
+`Peer.BytesReceived` returns the total number of bytes received during the connection.
+
+`Peer.Data` set or get the user-supplied data. Consider a cast to the desired primitive data type.
+
 ### Classes
 ### Classes
+#### Library
+
+
 #### Host
 #### Host