conncheck: add a missing component state transition
authorFabrice Bellet <fabrice@bellet.info>
Sun, 17 May 2020 21:08:12 +0000 (23:08 +0200)
committerFabrice Bellet <fabrice@bellet.info>
Mon, 18 May 2020 13:21:45 +0000 (15:21 +0200)
commitecc1c42f22c599e229464527db87c3e660aa58e1
tree6dbdc0e0ceab9ee1efd9284795aeb324cc6c758c
parentb57354e261b5352158f2f049ea4abd5f1fb90e95
conncheck: add a missing component state transition

When reactivating a high priority pair, we have to change back the
component state from ready to connected, since there is a new pair to be
tested.

The case of the succeeded pair is also a bit simplified, the invocation
of the function conn_check_update_check_list_state_for_ready() to
complete the ready - connected - ready flip-flop transition is not
required for the trickle test any longer.
agent/conncheck.c