bird/sysdep/unix
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
..
config.Y Implement latency tracking, internal event log and watchdog 2015-03-02 09:41:14 +01:00
Doc Documented all the sysdeps (only briefly, I admit). 2000-06-05 12:49:04 +00:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c IO: Fix socket priority 2018-01-23 17:05:45 +01:00
krt.c Filter: Allow silent filter execution 2018-01-16 16:20:01 +01:00
krt.h Nest: Fix bug in device proto 2015-11-23 11:13:40 +01:00
krt.Y KRT: Fix trivial error 2016-08-31 14:02:41 +02:00
log.c Some more autoconf cleanups 2017-05-16 12:59:22 +02:00
main.c Minor code cleanups 2016-11-08 17:46:29 +01:00
Modules Cleanup in sysdep KRT code, part 2. 2012-04-30 22:25:24 +02:00
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
timer.h Fix some forgotten warnings 2017-05-18 14:26:57 +02:00
unix.h Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00