UDPConnection.connect

Locks the UDP connection to a certain peer.

Once connected, the UDPConnection can only communicate with the specified peer. Otherwise communication with any reachable peer is possible.

  1. void connect(string host, ushort port)
    struct UDPConnection
    void
    connect
    (
    string host
    ,
    ushort port
    )
  2. void connect(NetworkAddress address)

Meta