summaryrefslogtreecommitdiffstats
path: root/usbmuxd/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd/device.c')
-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;
43#define CONN_INBUF_SIZE 262144 43#define CONN_INBUF_SIZE 262144
44#define CONN_OUTBUF_SIZE 65536 44#define CONN_OUTBUF_SIZE 65536
45 45
46#define ACK_TIMEOUT 60 46#define ACK_TIMEOUT 30
47 47
48enum mux_protocol { 48enum mux_protocol {
49 MUX_PROTO_VERSION = 0, 49 MUX_PROTO_VERSION = 0,