|
@@ -228,7 +228,7 @@ 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.
|
|
|
|
|
|
|
+`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.
|
|
|
|
|
|
|
|
#### EventType
|
|
#### EventType
|
|
|
Definitions of event types for `Event.Type` property:
|
|
Definitions of event types for `Event.Type` property:
|