Skip to content
  • Fabrice Bellet's avatar
    conncheck: support several stun requests per pair · 36f306f4
    Fabrice Bellet authored and Olivier Crête's avatar Olivier Crête committed
    This patch should improve the reliabily of the connection check by
    keeping the record of several simultaneous ongoing stun requests per
    pair. A new stun request on an in-progress pair typically is caused by
    in inbound stun request from the peer on this same pair. This is named
    "Triggered Checks" in the spec. When this situation arises, it is fair
    to handle these two stun requests simultaneously, the triggered check,
    and the initial ordinary check, since both can potentially succeed.
    
    Differential Revision: https://phabricator.freedesktop.org/D1761
    36f306f4