Skip to content

Instantly share code, notes, and snippets.

@TGion
Created June 12, 2023 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TGion/f6d16d070a665bafd9ecc3e75c1d9f8e to your computer and use it in GitHub Desktop.
Save TGion/f6d16d070a665bafd9ecc3e75c1d9f8e to your computer and use it in GitHub Desktop.
FreeBSD kernel config for pf's ALTQ
device pf
device pflog
device pfsync
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
options ALTQ_NOPCC # Required for SMP build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment