This version of Unity is unsupported.
Method group is Obsolete

ConnectionSimulatorConfig Constructor

Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

public ConnectionSimulatorConfig(int outMinDelay, int outAvgDelay, int inMinDelay, int inAvgDelay, float packetLossPercentage);

Parameters

outMinDelay Minimal simulation delay for outgoing traffic in ms.
outAvgDelay Average simulation delay for outgoing traffic in ms.
inMinDelay Minimal simulation delay for incoming traffic in ms.
inAvgDelay Average simulation delay for incoming traffic in ms.
packetLossPercentage Probability of packet loss 0 <= p <= 1.

Description

Will create object describing network simulation parameters.