Home
last modified time | relevance | path

Searched defs:socket2 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-cluster-dgram-reuse.js25 const socket2 = dgram.createSocket(options); constant
Dtest-cluster-dgram-ipv6only.js30 const socket2 = dgram.createSocket({ constant
/third_party/node/test/internet/
Dtest-http2-issue-32922.js36 http2.connect('https://google.com', { socket2 }, (clientSession) => { field
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js77 const socket2 = dgram.createSocket('udp4', common.mustNotCall()); constant