[bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup
commit2b2fc5606f035eabd322b3a6aad4349efb9ab542
authorPaul Jakma <paul.jakma@sun.com>
Sat, 6 Sep 2008 12:09:35 +0000 (6 13:09 +0100)
committerPaul Jakma <paul@quagga.net>
Sat, 6 Sep 2008 12:09:35 +0000 (6 13:09 +0100)
treec689532d2328d0401c66e22023dc73d47141a028
parentef16c8a2abd39b14fed45665eda5c293b93ee54b
[bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup

* bgp_packet.c: (bgp_open_receive) the accept-peer hack can sometimes
  cause a race between two peers that try to establish sessions to each other,
  causing session setup to fail when it should have succeeded. In the worst
  case, the race can 'loop', causing prolonged failure to establish sessions.
bgpd/bgp_packet.c