unassigned_ports {netstat} | R Documentation |
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()
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
## Not run:
unassigned_ports()
## End(Not run)
[Package netstat version 0.1.2 Index]