bind
fun bind(
localAddress: SocketAddress? = null,
configure: UDPSocketOptions.() -> Unit = {}
): BoundDatagramSocket
Bind server socket to listen to localAddress
fun bind(
localAddress: SocketAddress? = null,
configure: UDPSocketOptions.() -> Unit = {}
): BoundDatagramSocket
Bind server socket to listen to localAddress