Hey guys, I keep getting an EBADF error with this code:
var socket = dgram.createSocket('udp4') socket.setTTL(128); socket.send(dummyBuffer, 0, 60, port, domain, function (err, bytes) { if (err) {throw err;} }); Can anyone tell me what I'm doing wrong? Is this a bug? Best, Dave -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to nodejs@googlegroups.com To unsubscribe from this group, send email to nodejs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en