IpRange

class IpRange

One coalesced range exported by RangeFilter.exportRanges. This is the port of libtorrent::ip_range<Addr> reduced to its raw form. first and last are inclusive big-endian keys (4/16 bytes for an IP, 2 for a port) and flags the access flags (IpFilter.BLOCKED or 0).

Properties

Link copied to clipboard
Link copied to clipboard
val flags: Int
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String