Skip to content

Commit

Permalink
Netbench passes -C option also to client udpbench.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Aug 2, 2024
1 parent 814ffa5 commit 7bdbfac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbench.pl
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ sub start_client_udp {
my @cmd = ('udpbench');
push @cmd, "-B$opts{B}" if defined($opts{B});
push @cmd, "-b$opts{b}" if defined($opts{b});
push @cmd, "-C$opts{C}" if defined($opts{C});
push @cmd, "-d$opts{d}" if defined($opts{d});
push @cmd, "-i$opts{i}" if defined($opts{i});
push @cmd, "-l$paylen" if defined($paylen);
Expand Down

0 comments on commit 7bdbfac

Please sign in to comment.