Home
last modified time | relevance | path

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

/third_party/node/benchmark/tls/
Dthroughput-s2c.js46 let socketOpts;
48 socketOpts = { port: common.PORT, rejectUnauthorized: false }; variable
63 socketOpts = { variable
88 conn = tls.connect(socketOpts, () => {
/third_party/node/benchmark/net/
Dnet-s2c.js44 let socketOpts;
47 socketOpts = { port: PORT }; variable
62 socketOpts = { variable
79 const socket = net.connect(socketOpts);