Method WithFragmentationStageParameters
WithFragmentationStageParameters(ref NetworkSettings, int)
Sets the FragmentationUtility.Parameters values for the NetworkSettings
Declaration
public static ref NetworkSettings WithFragmentationStageParameters(this ref NetworkSettings settings, int payloadCapacity = 4096)
Parameters
Type | Name | Description |
---|---|---|
NetworkSettings | settings | NetworkSettings to modify. |
int | payloadCapacity |
Returns
Type | Description |
---|---|
NetworkSettings | Modified NetworkSettings. |