commit | 2b2fc5606f035eabd322b3a6aad4349efb9ab542 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Sat Sep 06 13:09:35 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Sat Sep 06 13:09:35 2008 +0100 |
tree | c689532d2328d0401c66e22023dc73d47141a028 | |
parent | ef16c8a2abd39b14fed45665eda5c293b93ee54b [diff] |
[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.