Searched defs:socket2 (Results 1 – 4 of 4) sorted by relevance
25 const socket2 = dgram.createSocket(options); constant
30 const socket2 = dgram.createSocket({ constant
36 http2.connect('https://google.com', { socket2 }, (clientSession) => { field
77 const socket2 = dgram.createSocket('udp4', common.mustNotCall()); constant