Add network latency to performance overlay

This commit is contained in:
Cameron Gutman
2021-05-15 16:56:19 -05:00
parent 2ca5182a28
commit e79c12a038
5 changed files with 19 additions and 1 deletions

View File

@@ -306,5 +306,8 @@ public class MoonBridge {
public static native String stringifyPortFlags(int portFlags, String separator);
// The RTT is in the top 32 bits, and the RTT variance is in the bottom 32 bits
public static native long getEstimatedRttInfo();
public static native void init();
}