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 #2301

Closed
HawksMoon opened this issue Dec 9, 2011 · 2 comments
Closed
Labels

Comments

@HawksMoon
Copy link

re-check please!!!

$ node -v
v0.6.5

$ 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.<anonymous> (eval at <anonymous> (eval:1:82))
    at Object.<anonymous> (eval:1:70)
    at Module._compile (module.js:432:26)
    at startup (node.js:80:27)
    at node.js:545:3
@jacobrask
Copy link

Same for addMembership. Any progress here?

I've managed with 0.4.12 for a while now, but the number of modules requiring 0.6.x grows and there are also bug fixes I need from 0.6.

@tjfontaine
Copy link

This is available now

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

No branches or pull requests

3 participants