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