![]() | TOS - Type of Service |
Prev | Filtering and Manipulation of Packets | Next |
This module matches the 8 bits of Type of Service field in the IP header (ie. including the precedence bits).
iptables -A INPUT --match tos --tos Minimize-Delay -j ACCEPT
The argument is either a standard name, or a numeric value to match. Run iptables -m tos -h to see the list of allowed names).
Prev | Home | Next |
Statefull Packet Filtering | Up | Using KMyFirewall |