Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
62dd1afd55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -233,9 +233,9 @@ Contains a managed pointer to the peer.
 
 
 `Peer.Disconnect(uint data)` request a disconnection from a peer.
 `Peer.Disconnect(uint data)` request a disconnection from a peer.
 
 
-`Peer.DisconnectNow(uint data)` request a disconnection from a peer, but only after all queued outgoing packets are sent. 
+`Peer.DisconnectNow(uint data)` force an immediate disconnection from a peer.
 
 
-`Peer.DisconnectLater(uint data)` force an immediate disconnection from a peer. 
+`Peer.DisconnectLater(uint data)` request a disconnection from a peer, but only after all queued outgoing packets are sent.
 
 
 `Peer.Reset()` forcefully disconnects a peer. The foreign host represented by the peer is not notified of the disconnection and will timeout on its connection to the local host.
 `Peer.Reset()` forcefully disconnects a peer. The foreign host represented by the peer is not notified of the disconnection and will timeout on its connection to the local host.