eth0.iface.conf.example 559 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Uplink and Downlink values are in kbps
  2. UPLINK=1000
  3. DOWNLINK=85000
  4. # SQM recipe to use. For more information, see /usr/lib/sqm/*.help
  5. SCRIPT=simple.qos
  6. # Optional/advanced config
  7. #ENABLED=1
  8. #QDISC=fq_codel
  9. #LLAM=tc_stab
  10. #LINKLAYER=none
  11. #OVERHEAD=0
  12. #STAB_MTU=2047
  13. #STAB_TSIZE=512
  14. #STAB_MPU=0
  15. #ILIMIT=
  16. #ELIMIT=
  17. #ITARGET=
  18. #ETARGET=
  19. # ECN ingress resp. egress. Values are ECN or NOECN.
  20. #IECN=ECN
  21. #EECN=ECN
  22. # Extra qdisc options ingress resp. egress
  23. #IQDISC_OPTS=""
  24. #EQDISC_OPTS=""
  25. # CoDel target
  26. #TARGET=5ms
  27. #ZERO_DSCP_INGRESS=1
  28. #IGNORE_DSCP_INGRESS=1