HomeSort by relevance Sort by last modified time
    Searched refs:rtTimeoutMs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 263 ss->ssl3.hs.rtTimeoutMs = INITIAL_DTLS_TIMEOUT_MS;
287 (ss->ssl3.hs.rtTimeoutMs / 4)) {
429 ss->ssl3.hs.rtTimeoutMs = INITIAL_DTLS_TIMEOUT_MS;
841 ss->ssl3.hs.rtTimeoutMs *= 2;
842 if (ss->ssl3.hs.rtTimeoutMs > MAX_DTLS_TIMEOUT_MS)
843 ss->ssl3.hs.rtTimeoutMs = MAX_DTLS_TIMEOUT_MS;
874 PR_MillisecondsToInterval(ss->ssl3.hs.rtTimeoutMs)) {
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]

Completed in 154 milliseconds