HomeSort by relevance Sort by last modified time
    Searched full:lifetime_secs (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/p2p/base/
turnserver.cc 627 int lifetime_secs = ComputeLifetime(msg); local
628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
630 LOG_J(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs;
642 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
652 int lifetime_secs = ComputeLifetime(msg); local
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
658 LOG_J(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs;
665 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);

Completed in 182 milliseconds