Struct BaselibNetworkParameter
Obsolete. Set the receive/send queue capacities with NetworkConfigParameter instead.
Implements
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
[Obsolete("To set receiveQueueCapacity and sendQueueCapacity parameters use NetworkConfigParameter", false)]
public struct BaselibNetworkParameter : INetworkParameter
Fields
| Name | Description |
|---|---|
| maximumPayloadSize | |
| receiveQueueCapacity | |
| sendQueueCapacity |
Methods
| Name | Description |
|---|---|
| Validate() | Checks if the values for all fields are valid. This method will be automatically called when adding parameters to the NetworkSettings. |