discover

common
fun discover(timeout: Int = DISCOVERY_TIMEOUT, maxServers: Int = DISCOVERY_MAX_SERVERS): Flow<ServerDiscoveryInfo>

Discover servers on the local network

Parameters

timeout

Timeout per receive in milliseconds

fun discover(timeout: Int = DISCOVERY_TIMEOUT, maxServers: Int = DISCOVERY_MAX_SERVERS): Flow<ServerDiscoveryInfo>

Parameters

timeout

Timeout per receive in milliseconds

jvmCommon
fun discover(timeout: Int = DISCOVERY_TIMEOUT, maxServers: Int = DISCOVERY_MAX_SERVERS): Flow<ServerDiscoveryInfo>

Parameters

timeout

Timeout per receive in milliseconds

fun discover(timeout: Int = DISCOVERY_TIMEOUT, maxServers: Int = DISCOVERY_MAX_SERVERS): Flow<ServerDiscoveryInfo>

Parameters

timeout

Timeout per receive in milliseconds