Field PacketDropInterval
Fixed interval to drop packets on. This is most suitable for tests where predictable behaviour is desired, as every X-th packet will be dropped. For example, if the value is 5 every fifth packet is dropped.
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public int PacketDropInterval
Returns
Type | Description |
---|---|
int | Interval in number of packets. |