The protocol priorities (assigned by system administrator) are loaded by DPI from the file /etc/dpi/protocols.dscp.
This file is created in two steps: first one creates a text file with the list of protocols and their priorities. Second, it is converted into an internal format by a special utility.
To apply the changes you need to the DPI configuration with the following command:
service fastdpi reload
Each line contains the protocol name, then space, then dscp value. For example:
dns 0x3F skype drop compressnet 010 ftp keep http cs0 default keep
Keywords meaning:
cat my_dscp.txt|lst2dscp protocols.dscp
To move the settings into the work directory:
mv protocols.dscp /etc/dpi/protocols.dscp