summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hector Martin2009-08-16 16:17:44 +0200
committerGravatar Hector Martin2009-08-16 16:17:44 +0200
commitf97da6c050df57e640c080a46d8792bf87a7b651 (patch)
treecea48c70da7154b6eaef99b289e88283009fca44
parent16d92681707a2408e011f6f9529b39a71a081221 (diff)
downloadusbmuxd-f97da6c050df57e640c080a46d8792bf87a7b651.tar.gz
usbmuxd-f97da6c050df57e640c080a46d8792bf87a7b651.tar.bz2
Reduce ack timeout to improve receive performance
-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,