loadIpConnections

private fun loadIpConnections(sourceList: List<InternetProtocolStats.IPConnection>): List<IPConnection>

Loads the IP connections from the raw source list.

Return

A list of IPConnection objects representing the active IP connections.

Parameters

sourceList

The raw list of IP connections.