1CONFIG_IP_NF_TARGET_TOS
2FTOS target support
3CONFIG_IP_NF_TARGET_FTOS
4  This option adds a `FTOS' target, which allows you to create rules in
5  the iptables mangle table. The selected packet has the TOS field set
6  to the hex value provided on the command line; unlike the TOS target
7  which will only set the legal values within ip.h.
8
9  The TOS field can be set to any value between 0x0 and 0xff. It does
10  not take account of the DiffServ field split nor does it account for
11  the ECN bit states. The whole TOS filed is overwritten.
12
13  Basically you can use it to set the TOS field to whatever value you want.
14
15  If you want to compile it as a module, say M here and read
16  Documentation/modules.txt.  If unsure, say `N'.
17
18