The OpenD Programming Language

FiberManager.bindUdp4

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 bindUdp4(string address, ushort port)
  2. Socket bindUdp4(ushort port)
    class FiberManager
    bindUdp4
    (
    ushort port
    )

Meta