Skip to content
  • Sjoerd Simons's avatar
    Reset the connectivity check timer when we get triggered checks · 448bbf40
    Sjoerd Simons authored and Youness Alaoui's avatar Youness Alaoui committed
    Current nice has a race where if the remote site only punches their side
    of the NAT after we have done the maximum number of retransmissions,
    we'll never send a new connectivity check (which would be successful).
    Causing the connectiviy check to fail eventually, even though it
    shouldn't have.
    
    By resetting the conncheck timer nice will always send new stun packets
    for connectivity checks afterwards, but also sent connectivity checks
    quicker so we can establish the connection quicker.
    448bbf40