0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00
bird/proto/bgp
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
..
attrs.c BGP multipath support 2015-06-08 02:24:08 +02:00
bgp.c IO: Replace RX priority heuristic with explicit mark 2016-04-06 11:49:34 +02:00
bgp.h BGP: Extended messages support 2015-07-18 13:38:21 +02:00
config.Y BGP: Extended messages support 2015-07-18 13:38:21 +02:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Construction of BGP packets. 2000-03-21 15:53:50 +00:00
packets.c BGP: Update capability number from IANA for extended messages 2015-11-25 15:52:58 +01:00