Skip to content
Snippets Groups Projects
Select Git revision
10 results

jamiaccount.cpp

  • Sébastien Blin's avatar
    3150964d
    jamiaccount: retry to resolve TURN if necessary · 3150964d
    Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
    Because an incorrect TURN can cause long delay for connections,
    we cache the resolved address in a file which is refresh at the
    next status changes.
    However if the resolution fails it can take a long time (moreover
    on servers) to retry the resolution if it fails.
    Here, if turn is enabled but not resolved, we do the resolution
    on incoming requests to avoid to wait too long before re-using
    the TURN.
    
    Change-Id: I39a8e83b43c7342a6c296e57316bd85497360011
    3150964d
    History
    jamiaccount: retry to resolve TURN if necessary
    Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
    Because an incorrect TURN can cause long delay for connections,
    we cache the resolved address in a file which is refresh at the
    next status changes.
    However if the resolution fails it can take a long time (moreover
    on servers) to retry the resolution if it fails.
    Here, if turn is enabled but not resolved, we do the resolution
    on incoming requests to avoid to wait too long before re-using
    the TURN.
    
    Change-Id: I39a8e83b43c7342a6c296e57316bd85497360011
Code owners
Assign users and groups as approvers for specific file changes. Learn more.