1 # QoS configuration for OpenWrt
5 option classgroup "Default"
16 option layer7 "edonkey"
19 option layer7 "bittorrent"
21 option target "Priority"
24 option target "Normal"
26 option ports "20,21,25,80,110,443,993,995"
28 option target "Express"
31 option target "Express"
35 option target "Priority"
39 option portrange "1024-65535"
41 option target "Priority"
47 option target "Priority"
54 # Don't change the stuff below unless you
55 # really know what it means :)
57 config classgroup "Default"
58 option classes "Priority Express Normal Bulk"
59 option default "Normal"
62 config class "Priority"
68 config class "Priority_down"
69 option packetsize 1500
73 config class "Express"
74 option packetsize 1300
82 option packetsize 1500
83 option packetdelay 150
86 config class "Normal_down"
92 config class "Bulk_down"