Page MenuHomeFreeBSD

D16852.diff
No OneTemporary

D16852.diff

Index: head/sbin/pfctl/pfctl_altq.c
===================================================================
--- head/sbin/pfctl/pfctl_altq.c
+++ head/sbin/pfctl/pfctl_altq.c
@@ -299,8 +299,10 @@
size = 4;
else if (rate <= 200 * 1000 * 1000)
size = 8;
- else
+ else if (rate <= 2500 * 1000 * 1000)
size = 24;
+ else
+ size = 128;
size = size * getifmtu(pa->ifname);
pa->tbrsize = size;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 1, 6:13 AM (16 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29100914
Default Alt Text
D16852.diff (411 B)

Event Timeline