Test network when the connection terminates due to lack of video traffic

This commit is contained in:
Cameron Gutman
2020-08-06 22:01:45 -07:00
parent 7b14e54eab
commit 9669da026f
4 changed files with 31 additions and 8 deletions

View File

@@ -298,5 +298,7 @@ public class MoonBridge {
public static native int getPortFlagsFromStage(int stage);
public static native int getPortFlagsFromTerminationErrorCode(int errorCode);
public static native void init();
}