Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
0013973b74
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -146,4 +146,8 @@ Definitions of peer states for `Peer.State` property:
 
 
 `PeerState.Disconnecting` a peer disconnection in-progress.
 `PeerState.Disconnecting` a peer disconnection in-progress.
 
 
-`PeerState.Zombie` a peer not properly disconnected.
+`PeerState.Zombie` a peer was not properly disconnected.
+
+### Structures
+#### Address
+Contains a marshalled structure from unmanaged side with IP address (IPv4/IPV6) and port number.