diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2006-09-18 07:03:36 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2006-09-18 07:03:36 +0000 |
commit | 83d2c56837684d2e9b30b364df754198b3250cd1 (patch) | |
tree | b9f4bffc1a346aade44a6769f12d47df73575978 /sys/dev/usb | |
parent | 2a09fefea0fbd404e6637fc45d85bebe36635152 (diff) |
fix tos (type-of-service) comparisons. for rules which use 'tos x', compare
for equality (ip_tos == x). for priority queue assignment, compare AND-wise
(ip_tos & IPTOS_LOWDELAY). this matters mostly for cases where the reserved
bits in ip_tos are used (RFC791, 1349) and more than a single bit is set.
from Steve Welham, closes PR5226 and PR5227.
Diffstat (limited to 'sys/dev/usb')
0 files changed, 0 insertions, 0 deletions