ec486f0
# Set networking-specific "Quality of Service" (QoS) bits on the packets used
ec486f0
# by the server (http://www.proftpd.org/docs/contrib/mod_qos.html)
ec486f0
<IfModule mod_qos.c>
ec486f0
  # RFC791 TOS parameter compatibility
ec486f0
  QoSOptions			dataqos throughput ctrlqos lowdelay
ec486f0
  # For a DSCP environment (may require tweaking)
ec486f0
  #QoSOptions			dataqos CS2 ctrlqos AF41
ec486f0
</IfModule>