diff options
Diffstat (limited to 'iphone.c')
| -rw-r--r-- | iphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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"); |
