Field HeartbeatTimeoutMS
Default amount of time after which if nothing from a peer is received, a heartbeat message will be sent to keep the connection alive.
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public const int HeartbeatTimeoutMS = 500
Returns
Type | Description |
---|---|
int | Timeout in milliseconds. |