diff options
author | 2014-04-19 10:07:44 +0000 | |
---|---|---|
committer | 2014-04-19 10:07:44 +0000 | |
commit | 88c0f6af1f2a774c5fe445ff8a34b57e6bbbade0 (patch) | |
tree | dd5b6108391d6ff6d159323a447250c22e2f5959 | |
parent | use an appropriate name for this variable. (diff) | |
download | wireguard-openbsd-88c0f6af1f2a774c5fe445ff8a34b57e6bbbade0.tar.xz wireguard-openbsd-88c0f6af1f2a774c5fe445ff8a34b57e6bbbade0.zip |
-option ALTQ
ALTQ has served us well for years and was extremely important not just for
us, but for the entire bandwidth management arena. Back when we got altq,
the subject was not yet well researched and understood, which is why altq
is the framework with pluggable schedulers it is. Kenjiro Cho (kjc@) did an
amazing job there.
Now, more than 10 years later, we do have a good understanding and can use
a simpler framework with just one priority queueing and one bandwidth
shaping mechanism each - the new queueing subsystem. Last not least because
it is incredibly painful to maintain both in parallel, it is time for altq
to depart. Farewell, thanks for many years of good service. Everybody
using any form of "not just fifo" queueing owes Kenjiro a lot. At least
buy him a beer when you meet him.
And, allow me this personal note, thanks Kenjiro, working with you on the
topic has always been a great pleasure and I learned a lot from you. Thanks!
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 16e4c8124ff..c519d9f56fe 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.208 2014/03/05 18:59:13 chris Exp $ +# $OpenBSD: GENERIC,v 1.209 2014/04/19 10:07:44 henning Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -55,7 +55,6 @@ option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions #option TCP_FACK # Forward Acknowledgements for TCP option INET # IP + ICMP + TCP + UDP -option ALTQ # ALTQ base option INET6 # IPv6 (needs INET) option IPSEC # IPsec #option KEY # PF_KEY (implied by IPSEC) |