bird/sysdep
Ondrej Zajicek (work) d6cf996151 IO: Fix socket priority
On Linux, setting the ToS will also set the priority and the range of
accepted values is quite limited (masked by 0x1e). Therefore, 0xc0 is
translated to a priority of 0, not something we want, overriding the
"7" priority which was set previously explicitely. To avoid that, just
move setting priority later in the code.

Thanks to Vincent Bernat for the patch.
2018-01-23 17:05:45 +01:00
..
bsd BSD: Fix alignment issue 2017-09-04 22:32:45 +02:00
cf KRT: Fixes learning of preferred kernel routes. 2015-04-25 20:43:43 +02:00
linux Basic VRF support 2017-09-06 17:38:48 +02:00
unix IO: Fix socket priority 2018-01-23 17:05:45 +01:00
config.h Some more autoconf cleanups 2017-05-16 12:59:22 +02:00
Doc Documented all the sysdeps (only briefly, I admit). 2000-06-05 12:49:04 +00:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00