bird/proto
Ondrej Zajicek e16466b379 Fix race condition that breaks BGP connections after reconfigure.
RFC says that only connections in OpenConfirm and Established state
should participate in connection collision detection.

The current implementation leads to race condition when both sides
are trying to connect at the almost same time, then both sides
receive OPEN message by different connections at the almost same
time and close the other connection. Both connections are
closed and the both sides end in  start/idle or start/active
state.
2008-10-29 14:16:34 +01:00
..
bgp Fix race condition that breaks BGP connections after reconfigure. 2008-10-29 14:16:34 +01:00
ospf Fixes some sloppiness of commit a3b70dc499. 2008-10-28 16:10:42 +01:00
pipe ... in pipe. 2004-06-05 09:27:35 +00:00
rip Minor changes to keep gcc happy. 2005-02-15 06:32:31 +00:00
static Fix %<something>I format strings. 2001-08-19 11:15:24 +00:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00