mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
firemod: using more qw
This commit is contained in:
@@ -71,8 +71,8 @@ our $stats_from_file = "";
|
||||
our $fail_msg = "";
|
||||
our $manual_check = 0;
|
||||
|
||||
our @known_endp_types = split(',', "lf_udp,lf_udp6,lf_tcp,lf_tcp6,mc_udp,mc_udp6,generic");
|
||||
our @known_tos = split(',', "DONT-SET,LOWDELAY,THROUGHPUT,RELIABILITY,LOWCOST");
|
||||
our @known_endp_types = qw(generic lf_tcp lf_tcp6 lf_udp lf_udp6 mc_udp mc_udp6);
|
||||
our @known_tos = qw(DONT-SET LOWCOST LOWDELAY RELIABILITY THROUGHPUT);
|
||||
|
||||
########################################################################
|
||||
# Nothing to configure below here, most likely.
|
||||
|
||||
Reference in New Issue
Block a user