Home
last modified time | relevance | path

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

/system/netd/libnetdutils/include/netdutils/
DBackoffSequence.h49 return !maxRetransCountExceed() && !maxRetransDurationExceeded(); in hasNextTimeout()
115 constexpr bool maxRetransDurationExceeded() const { in maxRetransDurationExceeded() function