Subtract send buffer size

This commit is contained in:
M66B
2021-10-08 11:02:53 +02:00
parent 858f2038f3
commit 5a629dc17b
3 changed files with 45 additions and 1 deletions

View File

@@ -89,6 +89,8 @@ public class ConnectionHelper {
public static native int jni_socket_keep_alive(int fd, int seconds);
public static native int jni_socket_get_send_buffer(int fd);
static class NetworkState {
private Boolean connected = null;
private Boolean suitable = null;