Home
last modified time | relevance | path

Searched refs:lifetime_secs (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/p2p/base/
Dturn_server.cc683 int lifetime_secs = ComputeLifetime(msg); in HandleAllocateRequest() local
684 thread_->PostDelayed(RTC_FROM_HERE, lifetime_secs * 1000, this, in HandleAllocateRequest()
688 << ": Created allocation with lifetime=" << lifetime_secs; in HandleAllocateRequest()
699 std::make_unique<StunUInt32Attribute>(STUN_ATTR_LIFETIME, lifetime_secs); in HandleAllocateRequest()
709 int lifetime_secs = ComputeLifetime(msg); in HandleRefreshRequest() local
713 thread_->PostDelayed(RTC_FROM_HERE, lifetime_secs * 1000, this, in HandleRefreshRequest()
717 << ": Refreshed allocation, lifetime=" << lifetime_secs; in HandleRefreshRequest()
724 std::make_unique<StunUInt32Attribute>(STUN_ATTR_LIFETIME, lifetime_secs); in HandleRefreshRequest()