conncheck: fix keepalive stun agent initialisation
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 1 Mar 2016 23:01:14 +0000 (23:01 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 1 Mar 2016 23:01:21 +0000 (23:01 +0000)
commit0f1e6c64515871298b115b497b019506b8065235
tree19b07357de420165e963c6ddc69126cab5acff74
parent17488a20d8db8ea1f8fa2d7a44090070407d6db8
conncheck: fix keepalive stun agent initialisation

With this patch, we send keepalive binding requests using agent
compatibility flags, instead of RFC 3489 classic stun. The peer stun
agent will known how to handle it, and won't be confused by the
uncompatible RFC 3489 message, causing "no cookie" errors in the debug
log.

Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com>
Differential Revision: https://phabricator.freedesktop.org/D804
agent/conncheck.c