Skip to content

turn: Allow lifetimes under 60s

Olivier Crête requested to merge ocrete/libnice:64-short-turn-lifetime into master

Don't set a timeout to the very far future if the lifetime sent by the server is under 60s. Instead of doing "lifetime - 60", switch to lifetime/2.

Closes #64 (closed)

Merge request reports