Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d821c0b
)
Increased number of ARP retries at start to 10
author
Ido Barnea
<
[email protected]
>
Sun, 30 Oct 2016 17:01:00 +0000
(19:01 +0200)
committer
Ido Barnea
<
[email protected]
>
Sun, 30 Oct 2016 17:01:00 +0000
(19:01 +0200)
Signed-off-by: Ido Barnea <
[email protected]
>
src/main_dpdk.cpp
patch
|
blob
|
history
diff --git
a/src/main_dpdk.cpp
b/src/main_dpdk.cpp
index
eb84580
..
fbd5517
100644
(file)
--- a/
src/main_dpdk.cpp
+++ b/
src/main_dpdk.cpp
@@
-3084,7
+3084,7
@@
void CGlobalTRex::pre_test() {
do {
ret = pretest.resolve_all();
count++;
- } while ((ret != true) && (count <
3
));
+ } while ((ret != true) && (count <
10
));
if ( CGlobalInfo::m_options.preview.getVMode() > 0) {
pretest.dump(stdout);