bird/lib
Ondrej Zajicek (work) 9e7b3ebdf9 IO: Replace RX priority heuristic with explicit mark
In BIRD, RX has lower priority than TX with the exception of RX from
control socket. The patch replaces heuristic based on socket type with
explicit mark and uses it for both control socket and BGP session waiting
to be established.

This should avoid an issue when during heavy load, outgoing connection
could connect (TX event), send open, but then failed to receive OPEN /
establish in time, not sending notifications between and therefore
got hold timer expired error from the neighbor immediately after it
finally established the connection.
2016-04-06 11:49:34 +02:00
..
alloca.h
birdlib.h
bitops.c
bitops.h
buffer.h
checksum.c
checksum.h
Doc
event.c
event.h Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
fletcher16.h OSPF: Redesign LSA checksumming 2015-05-01 14:40:56 +02:00
hash.h Finishes add-path. 2013-12-01 13:49:42 +01:00
heap.h BFD work in progress. 2013-09-16 23:57:40 +02:00
ip.c
ip.h
lists.c
lists.h Birdlib: Modify lists to avoid problems with pointer aliasing rules 2016-03-23 02:21:42 +01:00
md5.c
md5.h
mempool.c
Modules
patmatch.c
printf.c unsigned [int] -> uint 2015-06-08 02:24:08 +02:00
resource.c
resource.h
resource.sgml
sha1.c
sha1.h Minor changes to SHA hash functions 2015-11-24 13:47:28 +01:00
sha256.c
sha256.h
sha512.c
sha512.h Minor changes to SHA hash functions 2015-11-24 13:47:28 +01:00
slab.c
slists.c
slists.h
socket.h
string.h
tbf.c
unaligned.h Some consts for function arguments 2015-11-24 13:52:26 +01:00
xmalloc.c