Browse Source

Update README.md

Stanislav Denisov 5 years ago
parent
commit
0891d7abb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -232,7 +232,7 @@ Definitions of a flags for `Peer.Send()` function:
 
 
 `PacketFlags.Instant` a packet will not be bundled with other packets at a next service iteration and sent instantly instead. This delivery type trades multiplexing efficiency in favor of latency. The same packet can't be used for multiple `Peer.Send()` calls.
 `PacketFlags.Instant` a packet will not be bundled with other packets at a next service iteration and sent instantly instead. This delivery type trades multiplexing efficiency in favor of latency. The same packet can't be used for multiple `Peer.Send()` calls.
 
 
-`PacketFlags.Crucial` a packet that was sent unreliably should not be dropped due to throttling and must be delivered if possible.
+`PacketFlags.Crucial` a packet that was enqueued for sending unreliably should not be dropped due to throttling and sent if possible.
 
 
 `PacketFlags.Sent` a packet was sent from all queues it has entered.
 `PacketFlags.Sent` a packet was sent from all queues it has entered.