FiberManager.bindUdp6

These are convenience functions that forward to bindDatagram.

UDP sockets don't connect per se, but the basically work the same as connectStream. See the caveat about requiring a premade Fiber from that page.

  1. Socket bindUdp6(string address, ushort port)
    class FiberManager
    Socket
    bindUdp6
    (
    string address
    ,
    ushort port
    )
  2. Socket bindUdp6(ushort port)

Meta