Searched refs:kHandshakeTimeout (Results 1 – 1 of 1) sorted by relevance
90 const kHandshakeTimeout = Symbol('handshake-timeout'); constant1076 handshakeTimeout: this[kHandshakeTimeout],1188 this[kHandshakeTimeout] = options.handshakeTimeout || (120 * 1000);1193 if (typeof this[kHandshakeTimeout] !== 'number') {