This version of Unity is unsupported.
Method group is Obsolete

NetworkTransport.GetCurrentRTT

Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

public static int GetCurrentRTT(int hostId, int connectionId, out byte error);

Parameters

error Error (can be cast to NetworkError for more information).
hostId Host ID associated with this connection.
connectionId ID of the connection.

Returns

int Current round trip time in ms.

Description

Return the round trip time for the given connectionId.