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)
unassigned_ports()
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.
## Not run:
unassigned_ports()
## End(Not run)