summaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-31 04:05:02 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-31 04:09:33 +0200
commit7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a (patch)
treee93979d3945f78d07ae357ea97a2ad7ac2c2f045 /heimdall/source/BridgeManager.h
parentFixed line endings in install-kext.sh (diff)
downloadHeimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar.gz
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar.bz2
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar.lz
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar.xz
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.tar.zst
Heimdall-7d6ddcd5d54e30e7437f0ba1aa4676224e68bf6a.zip
Diffstat (limited to '')
-rw-r--r--heimdall/source/BridgeManager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h
index 7028003..e85dc87 100644
--- a/heimdall/source/BridgeManager.h
+++ b/heimdall/source/BridgeManager.h
@@ -81,7 +81,8 @@ namespace Heimdall
enum
{
kDefaultTimeoutSend = 3000,
- kDefaultTimeoutReceive = 3000
+ kDefaultTimeoutReceive = 3000,
+ kDefaultTimeoutSendEmptyTransfer = 100
};
enum class UsbLogLevel
@@ -139,7 +140,7 @@ namespace Heimdall
bool InitialiseProtocol(void);
- bool SendBulkTransfer(unsigned char *data, int length, int timeout) const;
+ bool SendBulkTransfer(unsigned char *data, int length, int timeout, bool retry = true) const;
public: