Method GetCurrentRtt
GetCurrentRtt(ulong)
Gets the round trip time for a specific client. This method is optional
Declaration
public abstract ulong GetCurrentRtt(ulong clientId)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | clientId | The clientId to get the RTT from |
Returns
| Type | Description |
|---|---|
| ulong | Returns the round trip time in milliseconds |