You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The service configuration is located in '/etc/config/dscpclassify'.
93
93
|class_high_throughput | string | no | af13 | The default DSCP class applied to high-throughput connections |
94
94
|wmm_mark_lan | boolean | no | 0 | Mark packets going out of LAN interfaces with DSCP values respective of [WMM (RFC-8325)](https://datatracker.ietf.org/doc/html/rfc8325#section-4.3)|
95
95
|**Advanced**||||_**The below options are typically only required on non-standard setups**_|
96
-
|_lan_zone_| list | no | lan | Used to specify LAN firewall zones (lan/guest etc) |
96
+
|_lan_zone_| list | no | lan | Used to specify LAN firewall zones (`lan`/`guest` etc) |
97
97
|_wan_zone_| list | no | wan | Used to specify WAN firewall zones |
98
98
|_lan_device_| list | no || Used to specify LAN network interfaces (L3 physical interface i.e. `br-lan`) |
99
99
|_wan_device_| list | no || Used to specify WAN network interfaces (L3 physical interface) |
@@ -112,7 +112,7 @@ _1. When running on older OpenWrt releases with kernels < 5.13 the service defau
112
112
|Name | Type | Required | Default | Description|
113
113
|--- | --- | --- | --- | ---|
114
114
|enabled | boolean | no | 1 | Detect and classify bulk client connections (i.e. P2P)|
115
-
|class | string | no || Override the service level class_high_throughput setting |
115
+
|class | string | no || Override the service level `class_high_throughput` setting |
116
116
|**Advanced**||||_**The default configuration for the below should work for most users**_|
117
117
|_min_connections_| number | no | 10 | Minimum established connections for a client port to be considered as bulk |
118
118
|_min_bytes_| number | no | 10000 | Minimum bytes before a client port is classified as bulk |
@@ -121,7 +121,7 @@ _1. When running on older OpenWrt releases with kernels < 5.13 the service defau
121
121
|Name | Type | Required | Default | Description|
122
122
|--- | --- | --- | --- | ---|
123
123
|enabled | boolean | no | 1 | Detect and classify high throughput service connections (i.e. Windows Update/Steam downloads) |
124
-
|class | string | no || Override the service level class_high_throughput setting |
124
+
|class | string | no || Override the service level `class_high_throughput` setting |
125
125
|**Advanced**||||_**The default configuration for the below should work for most users**_|
126
126
|_min_connections_| number | no | 3 | Minimum established connections for a service to be considered as high-throughput |
127
127
|_min_bytes_| number | no | 1000000 | Minimum bytes before the connection is classified as high-throughput |
@@ -222,15 +222,15 @@ It is important that **Ignore DSCP** on ingress is **Allow** in SQM setup otherw
222
222
223
223
### Below is validated working SQM config for use with the service
224
224
225
-
| Config parameter | Value |
226
-
| ----------- | ----------- |
227
-
| qdisc_advanced | 1 |
228
-
| squash_dscp | 0, to ensure cake does not remove ingress packet DSCP values|
229
-
|**squash_ingress**|**0, to ensure cake looks at packet marks on ingress**|
0 commit comments