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