Experiment: TLS detection

This commit is contained in:
M66B
2022-01-06 22:28:22 +01:00
parent 84f7df5099
commit 41eefbe3b4
4 changed files with 123 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ public class ConnectionHelper {
public static native int jni_socket_get_send_buffer(int fd);
public static native boolean jni_is_numeric_address(String _ip);
static class NetworkState {
private Boolean connected = null;
private Boolean suitable = null;