default.conf 971 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Default SQM config; the variables defined here will be applied to all
  2. # interfaces. To override values for a particular interface, copy this file to
  3. # <dev>.iface.conf (e.g., "eth0.iface.conf" for eth0).
  4. #
  5. # When using ifupdown, the interface config file needs to exist for sqm-scripts
  6. # to be activated on that interface. However, these defaults are still applied,
  7. # so the interface config can be empty.
  8. # Uplink and Downlink values are in kbps
  9. UPLINK=1000
  10. DOWNLINK=85000
  11. # SQM recipe to use. For more information, see /usr/lib/sqm/*.help
  12. SCRIPT=piece_of_cake.qos
  13. # Optional/advanced config
  14. #ENABLED=1
  15. #QDISC=cake
  16. #LLAM=tc_stab
  17. #LINKLAYER=none
  18. #OVERHEAD=0
  19. #STAB_MTU=2047
  20. #STAB_TSIZE=512
  21. #STAB_MPU=0
  22. #ILIMIT=
  23. #ELIMIT=
  24. #ITARGET=
  25. #ETARGET=
  26. # ECN ingress resp. egress. Values are ECN or NOECN.
  27. #IECN=ECN
  28. #EECN=ECN
  29. # Extra qdisc options ingress resp. egress
  30. #IQDISC_OPTS=""
  31. #EQDISC_OPTS=""
  32. # CoDel target
  33. #TARGET=5ms
  34. #ZERO_DSCP_INGRESS=1
  35. #IGNORE_DSCP_INGRESS=1