test: Ease up udp-load test some more
This commit is contained in:
parent
91449335a2
commit
a37a7c5c59
|
|
@ -36,10 +36,8 @@ ok($ret, 1, "Failed to connect to the server: " . $i_full->{'error'});
|
||||||
|
|
||||||
# test ##########################
|
# test ##########################
|
||||||
|
|
||||||
my $flush_interval = 500;
|
my $flush_interval = 300;
|
||||||
#$flush_interval = 300;
|
my $bytelimit = 64*1024;
|
||||||
my $bytelimit = 128*1024;
|
|
||||||
#my $bytelimit = 4096;
|
|
||||||
my $window = 12*1024;
|
my $window = 12*1024;
|
||||||
#my $max_speed = 500; # packets /s
|
#my $max_speed = 500; # packets /s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue