Browse Source

Update README.md

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

+ 1 - 1
README.md

@@ -224,7 +224,7 @@ Definitions of a flags for `Peer.Send()` function:
 
 `PacketFlags.Unsequenced` a packet will not be sequenced with other packets and may be delivered out of order. This flag makes delivery unreliable.
 
-`PacketFlags.NoAllocate` a packet will not allocate data, and the user must supply it instead.
+`PacketFlags.NoAllocate` a packet will not allocate data, and the user must supply it instead. Packet lifetime should be tracked using the appropriate callback.
 
 `PacketFlags.UnreliableFragmented` a packet will be unreliably fragmented if it exceeds the MTU. By default packets larger than MTU fragmented reliably.