overlaps

fun overlaps(address: UnicastAddress, count: Int): Boolean

Checks if the given addresses used by the specified number of elements overlaps with the address range used by the node.

Return

true if the address range is in use.

Parameters

address

Desired unicast address.

count

Number of elements.