You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/zopt.ggo.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ option "rate" r "Set send rate in packets/sec"
37
37
option "bandwidth" B "Set send rate in bits/second (supports suffixes G, M and K)"
38
38
typestr="bps"
39
39
optional string
40
-
option "batch" - "Set batch size for how many packets to send in a single syscall. Only advantageous on Linux (default=64)"
40
+
option "batch" - "Set batch size for how many packets to send in a single syscall. Advantageous on Linux or with netmap (default=64)"
41
41
typestr="pps"
42
42
optional int
43
43
option "max-targets" n "Cap number of targets to probe (as a number or a percentage of the address space). A target is an IP/port pair, if scanning multiple ports, and an IP otherwise."
0 commit comments