Merge "adb: Lower EP_ALLOC retry count"
am: 7cd8349198
Change-Id: Ib9c22c54c0234299a1538428779425387b642c76
This commit is contained in:
commit
fa09be5726
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ using namespace std::chrono_literals;
|
||||||
|
|
||||||
#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32)
|
#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32)
|
||||||
|
|
||||||
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 10;
|
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 2;
|
||||||
|
|
||||||
static int dummy_fd = -1;
|
static int dummy_fd = -1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue