conncheck: discard new pair creation when priority is too low
authorFabrice Bellet <fabrice@bellet.info>
Wed, 8 Apr 2020 15:16:30 +0000 (17:16 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Wed, 6 May 2020 01:12:20 +0000 (21:12 -0400)
commitfcd6bc8688a27e64a90899767853142e1dda4067
treee3929e65b12eef246942113f744402c1fa5d1706
parent93b5d3cbbeb70ceb8cc136d36c7de64d150a4159
conncheck: discard new pair creation when priority is too low

It is possible to ignore the creation of a new pair whose priority is
lower than the priority of the selected pair, ie the nominated pair with
the highest priority. Such pair would be discarded by a call to
prune_pending_checks(), and if checked, there state would break the
assumption that all pairs with lower priority than the nominated pair
are not retransmitted.
agent/conncheck.c