Misorder Configuration
Misorder Depth
Configures the misordering depth in number of packets.
Note
probability * (depth + 1) should be less than 1,000,000. (see PED_FIXED)
Corresponding low-level API class: PE_MISORDER
flow = port.emulation.flows[1] # e.g. flow_id = 1
await flow.misordering.set(depth=1)
resp = await flow.misordering.get()
resp.depth