bird/proto
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
..
bfd Birdlib: Do cleanups after remove/free 2016-03-23 02:21:42 +01:00
bgp IO: Replace RX priority heuristic with explicit mark 2016-04-06 11:49:34 +02:00
ospf OSPF: Fix bogus LSA ID collisions between received and originated LSAs 2016-03-23 02:21:42 +01:00
pipe Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
radv Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
rip RIP: fix typo in configuration at rx length opt 2016-03-17 18:40:54 +01:00
static Static: Support for BFD controlled static routes 2015-07-24 18:02:07 +02:00
Doc Initial BFD commit, work in progress. 2013-09-10 12:09:36 +02:00