Learn R Programming

netstat (version 0.1.2)

unassigned_ports: Obtain a list of the largest ranges of unassigned Transmission Control Protocol (TCP) ports as provided by the Internet Assigned Numbers Authority (IANA)

Description

Obtain a list of the largest ranges of unassigned Transmission Control Protocol (TCP) ports as provided by the Internet Assigned Numbers Authority (IANA)

Usage

unassigned_ports()

Arguments

Value

A character vector comprising unassigned Transmission Control Protocol (TCP) ports provided by the Internet Assigned Numbers Authority (IANA). Note that not all unassigned ports will necessarily be returned.

Examples

Run this code
if (FALSE) {
  unassigned_ports()
}

Run the code above in your browser using DataLab