Differences
This shows you the differences between two versions of the page.
en:priority_config [2015/04/05 13:09] – created translator1 | en:priority_config [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The protocol priorities (assigned by system administrator) are loaded by DPI from the file / | ||
- | |||
- | 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. | ||
- | |||
- | === The file format of protocols and priorities list: === | ||
- | |||
- | Each line contains the protocol name, then space, then dscp value. For example: | ||
- | < | ||
- | dns 0x3F | ||
- | skype drop | ||
- | compressnet 010 | ||
- | ftp keep | ||
- | http cs0 | ||
- | default | ||
- | </ | ||
- | DSCP value is specified as [[dscp_table|decimal, | ||
- | The drop keyword indicates that packets must not be transmitted further. They must be dropped.\\ | ||
- | The keep keyword shows that priority must keep its current value (typically 0).\\ | ||
- | The default keyword means "for all remaining protocols" | ||
- | |||
- | To convert into an internal format: | ||
- | < | ||
- | |||
- | To move the settings into the work directory: | ||
- | < | ||
- | :!: Please use mv instruction! It is an atomic one. Do not use copy! | ||