Skip to content
  • Fabrice Bellet's avatar
    conncheck: another rare case of local tcp active candidate matching · 8efaf78c
    Fabrice Bellet authored and Olivier Crête's avatar Olivier Crête committed
    An inbound stun request may come on a tcp pair, whose tcp-active socket
    has just been created and connected (the local candidate port is zero),
    but has not caused the creation of a discovered peer-reflexive local
    candidate (with a non-zero port). This inbound request is stored in an
    early icheck structure to be replayed later. When being processed after
    remote creds have been received, we have to find which local candidate
    it belongs to, by matching with the address only, without the port.
    8efaf78c