Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
9c4dec8084
1 changed files with 8 additions and 2 deletions
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -186,7 +186,7 @@ Contains a managed pointer to the packet.
 
 `Packet.Dispose()` destroys the packet.
 
-`Packet.IsSet` returns the state of the packet pointer.
+`Packet.IsSet` returns the state of the managed pointer.
 
 `Packet.Length` returns the length of payload in the packet.
 
@@ -197,6 +197,12 @@ Contains a managed pointer to the packet.
 #### Peer
 Contains a managed pointer to the peer.
 
-`Peer.IsSet` returns the state of the peer pointer.
+`Peer.IsSet` returns the state of the managed pointer.
 
 `Peer.ID` returns the ID of the peer.
+
+`Peer.Address` returns the `Address` structure.
+
+`Peer.State` returns the peer state described in the `PeerState` enumeration.
+
+`Peer.RoundTripTime` returns the round trip time in milliseconds.