deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

compat: add dgram.Socket

Open kt3k opened this issue 2 years ago • 2 comments

dgram.Socket is needed to run multicast-dns in compat mode. (feature request from community)

kt3k avatar Apr 14 '22 08:04 kt3k

Will take a look if no-one is already on this?

cmorten avatar May 09 '22 16:05 cmorten

TODO:

  • [ ] socket.addMembership()
  • [ ] socket.addSourceSpecificMembership()
  • [ ] socket.dropMembership()
  • [ ] socket.dropSourceSpecificMembership()
  • [ ] socket.setBroadcast()
  • [ ] socket.setMulticastInterface()
  • [ ] socket.setMulticastLoopback()
  • [ ] socket.setMulticastTtl()
  • [ ] socket.setTtl()
  • [ ] socket.ref()
  • [ ] socket.unref()

cmorten avatar May 18 '22 11:05 cmorten