conncheck.c: Fix negotiation problem
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>
Fri, 29 Jan 2016 18:04:54 +0000 (19:04 +0100)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Thu, 27 Dec 2018 20:34:47 +0000 (20:34 +0000)
commit7587da3f024e21ed7896b7c78839a88741473f77
tree5660bd5cfb73e9ef5f1626ff44148afd5cf7b782
parent3d4cdee13fcb44c84828b27b740b89a20f14ef02
conncheck.c: Fix negotiation problem

When a peer reflexive candidate is discovered, it is added to the
list of connection checks, but is is not nominated by default.

This causes a problem if parent pair is already nominated and
the remote peer does not send more requests because it has already
selected a candidate. (i.e.: This is the case of WebRtc in Firefox)
agent/conncheck.c