Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

setMulticastTTL "not yet implemented" [#2029] still appear in v0.6.5 #2302

Closed
HawksMoon opened this issue Dec 9, 2011 · 1 comment
Closed

Comments

@HawksMoon
Copy link

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

@bnoordhuis
Copy link
Member

Closing, dup of #2301.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants