Struct Condition
- Namespace
- Coherence.Connection
- Assembly
- Coherence.Transport.dll
Settings for connections to manage debuggging artificial network conditions.
public struct Condition
Fields
receiveDelaySec
Delay, in seconds, when receiving a packet. After a packet is received it is artifically delayed by this amount before sending to the processing system.
public float receiveDelaySec
Field Value
receiveDropRate
Rate, in % from 0.0 - 1.0, of packets dropped when receiving.
public float receiveDropRate
Field Value
sendDelaySec
Delay, in seconds, when sending a packet. After a packet is created it is artifically delayed by this amount.
public float sendDelaySec
Field Value
sendDropRate
Rate, in % from 0.0 - 1.0, of packets dropped when sending.
public float sendDropRate
Field Value
sendDuplicateRateSec
Rate, in seconds, to resend duplicates of the last send packet.
public float sendDuplicateRateSec