Field ReconnectionTimeoutMS
Default amount of time after which to attempt to re-establish a connection if nothing is received from the peer. This is used to re-establish connections for example when a peer's IP address changes (e.g. mobile roaming scenarios).
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public const int ReconnectionTimeoutMS = 2000
Returns
Type | Description |
---|---|
int | Timeout in milliseconds. |