mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Subtract send buffer size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user