Skip to content

agent: set correct consent-freshness delay

Artem Martus requested to merge artemmartus/libnice:fix_consent_recheck into master

This patch fixes #189 It makes rfc compatible consent freshness delay after first was failed so they are set as 5s-5s-5s-5s-5s-5s-fail instead of the current non-rfc 5s-25s-fail. This patch will greatly increase peer connection reliability as it will have bigger tolerance to network drops

Merge request reports