summaryrefslogtreecommitdiffstats
path: root/iphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iphone.c')
-rw-r--r--iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone.c b/iphone.c
index 6be85e6..662432b 100644
--- a/iphone.c
+++ b/iphone.c
@@ -1086,7 +1086,7 @@ int iphone_mux_pullbulk(iphone_device_t phone)
1086 // start the cursor off just ahead of the leftover. 1086 // start the cursor off just ahead of the leftover.
1087 char* cursor = &phone->usbReceive.buffer[phone->usbReceive.leftover]; 1087 char* cursor = &phone->usbReceive.buffer[phone->usbReceive.leftover];
1088 // pull in content, note that the amount we can pull is capacity minus leftover 1088 // pull in content, note that the amount we can pull is capacity minus leftover
1089 int readlen = recv_from_phone_timeout(phone, cursor, phone->usbReceive.capacity - phone->usbReceive.leftover, 5000); 1089 int readlen = recv_from_phone_timeout(phone, cursor, phone->usbReceive.capacity - phone->usbReceive.leftover, 3000);
1090 if (readlen < 0) { 1090 if (readlen < 0) {
1091 res = readlen; 1091 res = readlen;
1092 //fprintf(stderr, "recv_from_phone_timeout gave us an error.\n"); 1092 //fprintf(stderr, "recv_from_phone_timeout gave us an error.\n");