Field FuzzFactor
Use the fuzz factor when you want to fuzz a packet. For every packet a random number generator is used to determine if the packet should have the internal bits flipped. A percentage of 5 means approximately every 20th packet will be fuzzed, and that each bit in the packet has a 5 percent chance to get flipped.
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public int FuzzFactor
Returns
Type | Description |
---|---|
int |