Browse Source

Update README.md

NX 6 years ago
parent
commit
76054d9b00
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -228,6 +228,8 @@ Definitions of a flags for `Peer.Send()` function:
 
 
 `PacketFlags.UnreliableFragmented` a packet will be unreliably fragmented if it exceeds the MTU. By default packets larger than MTU fragmented reliably.
 `PacketFlags.UnreliableFragmented` a packet will be unreliably fragmented if it exceeds the MTU. By default packets larger than MTU fragmented reliably.
 
 
+`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.
+
 #### EventType
 #### EventType
 Definitions of event types for `Event.Type` property:
 Definitions of event types for `Event.Type` property: