summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usbmuxd/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbmuxd/device.c b/usbmuxd/device.c
index c6ef75b..9296ea2 100644
--- a/usbmuxd/device.c
+++ b/usbmuxd/device.c
@@ -43,7 +43,7 @@ int next_device_id;
#define CONN_INBUF_SIZE 262144
#define CONN_OUTBUF_SIZE 65536
-#define ACK_TIMEOUT 60
+#define ACK_TIMEOUT 30
enum mux_protocol {
MUX_PROTO_VERSION = 0,