You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
dgram.js:236
throw new Error('not yet implemented');
^
Error: not yet implemented
at Socket.setMulticastTTL (dgram.js:236:9)
at Object. (eval at (eval:1:82))
at Object. (eval:1:70)
at Module._compile (module.js:432:26)
at startup (node.js:80:27)
at node.js:545:3
The text was updated successfully, but these errors were encountered:
Chanwook-ui-iMac:Study mhawk$ node -v
v0.6.5
Chanwook-ui-iMac:Study mhawk$ node -e "var dgram = require('dgram'); var socket = dgram.createSocket('udp4'); socket.setMulticastTTL(10);"
dgram.js:236
throw new Error('not yet implemented');
^
Error: not yet implemented
at Socket.setMulticastTTL (dgram.js:236:9)
at Object. (eval at (eval:1:82))
at Object. (eval:1:70)
at Module._compile (module.js:432:26)
at startup (node.js:80:27)
at node.js:545:3
The text was updated successfully, but these errors were encountered: