Revision 5af041ed
Added by Scott Ullrich almost 17 years ago
etc/inc/config.inc | ||
---|---|---|
1142 | 1142 |
$config['sysctl']['item'][16]['desc'] = "The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. "; |
1143 | 1143 |
$config['sysctl']['item'][16]['value'] = "1"; |
1144 | 1144 |
|
1145 |
$config['sysctl']['item'][16]['tunable'] = "net.inet.icmp.icmplim";
|
|
1146 |
$config['sysctl']['item'][16]['desc'] = "Set ICMP Limits";
|
|
1147 |
$config['sysctl']['item'][16]['value'] = "500";
|
|
1145 |
$config['sysctl']['item'][17]['tunable'] = "net.inet.icmp.icmplim";
|
|
1146 |
$config['sysctl']['item'][17]['desc'] = "Set ICMP Limits";
|
|
1147 |
$config['sysctl']['item'][17]['value'] = "500";
|
|
1148 | 1148 |
|
1149 | 1149 |
$config['version'] = "4.1"; |
1150 | 1150 |
} |
Also available in: Unified diff
s/16/17
Noticed-by: cmb