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"
67 config class "Priority_down"
68 option packetsize 1000
72 config class "Express"
73 option packetsize 1000
79 option packetsize 1500
80 option packetdelay 100
83 config class "Normal_down"
88 option packetdelay 200