Skip to content

Commit 3413339

Browse files
committed
#290 increase netmap startup from 4 to 10 seconds
1 parent 2885839 commit 3413339

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
02/26/2017 Version 4.2.0beta1
2+
- Netmap startup delay increase (#209)
23
- tcpcapinfo buffer overflow vulnerablily (#278)
34
- Update git-clone instructions by Kyle McDonald (#277)
45
- Allow fractions for --pps option (#270)

src/tcpreplay_opts.def

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,13 +505,12 @@ EOText;
505505
flag = {
506506
ifdef = HAVE_NETMAP;
507507
name = nm-delay;
508-
flags-must = netmap;
509508
arg-type = number;
510-
arg-default = 4;
509+
arg-default = 10;
511510
descrip = "Netmap startup delay";
512511
doc = <<- EOText
513512
Number of seconds to delay after netmap is loaded. Required to ensure interfaces
514-
are fully up before netmap transmit. Requires netmap option. Default is 4 seconds.
513+
are fully up before netmap transmit. Requires netmap option. Default is 10 seconds.
515514
EOText;
516515
};
517516

0 commit comments

Comments
 (0)