tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cubic patch



On 25 November 2013 01:25, Erik Fair <fair%netbsd.org@localhost> wrote:
>
> I'm curious: amongst those of you using NetBSD for IP routing, how many have 
> added ALTQ to the kernel and have configured it?

Only in a simple home routed environment to compensate for a tragic
ISP, and even then priq was enough

# Up/Down 443 / 12.599
interface bge0 bandwidth 380K priq

class priq bge0 class5 NULL priority 5 qlimit 100
filter bge0 class5 0 0     0 0 1  # ICMP
filter bge0 class5 0 53    0 0 17 # dns UDP
filter bge0 class5 0 60000 0 0 17 # mosh UDP
filter bge0 class5 0 60001 0 0 17 # mosh UDP

class priq bge0 class4 NULL priority 4
filter bge0 class4 0 22 0 0 6 tos 0x10 # ssh TCP interactive

class priq bge0 class3 NULL priority 3
filter bge0 class3 0 80 0 0 6 # http TDP port 80

class priq bge0 class2 NULL priority 2 default qlimit 25

class priq bge0 class1 NULL priority 1 qlimit 25
filter bge0 class1 0 22 0 0 6 tos 0x08 # ssh bulk

class priq bge0 class0 NULL priority 0 qlimit 25
filter bge0 class0 0 0 0 51413 6       # torrent


Home | Main Index | Thread Index | Old Index