agent: ignore externally set peer-reflexive candidates
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 18 Sep 2014 23:30:08 +0000 (19:30 -0400)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 9 Oct 2014 22:24:54 +0000 (18:24 -0400)
commit4e24bdd2f9d6a186a5a7c895c40cf69a0007c780
treefc9c361ac9ed315755073846407e90c9d661f7a5
parentf8ee0621b5a895bcf030ed7f3388a26935038cfb
agent: ignore externally set peer-reflexive candidates

All discovered peer-reflexive candidates should be added internally in
conncheck.c and should have the sockptr set. We ignore any prflx
candidates added by an external application because their NULL sockptr
could cause a crash in conn_check_send().
agent/agent.c