Skip to content

Commit

Permalink
Allow the netbench UDP server a bit more timeout due to setup delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 25, 2024
1 parent b43d22d commit b8b624c
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 @@ -210,6 +210,7 @@ sub start_server_udp {
my ($proc) = @_;

my $timeout = 1;
$timeout += $opts{d} if defined($opts{d});
$timeout += $opts{i} if defined($opts{i});
$timeout += $opts{t} if defined($opts{t});
my @cmd = ('udpbench');
Expand Down

0 comments on commit b8b624c

Please sign in to comment.