summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tcpfloodbin17940 -> 17972 bytes
-rw-r--r--tests/tcpflood.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcpflood b/tests/tcpflood
index 90b89b84..ae00fcd5 100755
--- a/tests/tcpflood
+++ b/tests/tcpflood
Binary files differ
diff --git a/tests/tcpflood.c b/tests/tcpflood.c
index cecec628..83f0d1ee 100644
--- a/tests/tcpflood.c
+++ b/tests/tcpflood.c
@@ -223,7 +223,7 @@ int main(int argc, char *argv[])
if(argc != 5) {
printf("Invalid call of tcpflood\n");
- printf("Usage: nettester testsuite-name input\n");
+ printf("Usage: tcpflood target-host target-port num-connections num-messages\n");
exit(1);
}