Skip to content
  • Youness Alaoui's avatar
    Fix timer for TURN CreatePermission. · 5ab7c883
    Youness Alaoui authored
    The TURN CreatePermission is a list of multiple permissions but the timer
    is created and overwrites the old one, so some of them don't get triggered
    at the right time.
    This patch was suggested by Livio Madaro. We create a timer for the minimal
    amount of time, and trigger the retransmissions on the permissions that
    timed out, then reschedule for the next retransmissions.
    5ab7c883