Home
last modified time | relevance | path

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

/third_party/node/lib/
D_tls_wrap.js90 const kHandshakeTimeout = Symbol('handshake-timeout'); constant
1076 handshakeTimeout: this[kHandshakeTimeout],
1188 this[kHandshakeTimeout] = options.handshakeTimeout || (120 * 1000);
1193 if (typeof this[kHandshakeTimeout] !== 'number') {