Revision 79cc9e6b
Added by Cyrill B almost 13 years ago
usr/local/www/guiconfig.inc | ||
---|---|---|
219 | 219 |
5900 => "VNC"); |
220 | 220 |
|
221 | 221 |
/* TCP flags */ |
222 |
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg"); |
|
222 |
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg", "ece", "cwr");
|
|
223 | 223 |
|
224 | 224 |
$specialnets = array("pptp" => "PPTP clients", "pppoe" => "PPPoE clients", "l2tp" => "L2TP clients"); |
225 | 225 |
|
Also available in: Unified diff
Add ECE and CWR TCP flags as defined in RFC 3168