Changeset 10768 in hybrid


Ignore:
Timestamp:
May 10, 2012, 12:22:36 AM (13 years ago)
Author:
rick
Message:

Als we toch een nieuwe kernel compilen kan er ook wel ALTQ support in (altijd
handig, om te experimenteren).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/cfg/kernel.wleiden

    r10767 r10768  
    172172device          if_bridge
    173173
     174# In case we like to limit and play more clever with inet traffic and running
     175# queues and such.
     176options         ALTQ
     177options         ALTQ_CBQ        # Class Bases Queuing (CBQ)
     178options         ALTQ_RED        # Random Early Detection (RED)
     179options         ALTQ_RIO        # RED In/Out
     180options         ALTQ_HFSC       # Hierarchical Packet Scheduler (HFSC)
     181options         ALTQ_PRIQ       # Priority Queuing (PRIQ)
Note: See TracChangeset for help on using the changeset viewer.