stevecondylios / netstat

Network statistics in R
https://stevecondylios.github.io/netstat/
Other
3 stars 4 forks source link

sorted, integer ports #4

Closed hrbrmstr closed 4 years ago

hrbrmstr commented 4 years ago

current implementation has non-numeric entries (e.g.* as noted in ports_in_use.R ) and doesn't return sorted results. This PR changes the behaviour to only return integer ports and does so sorted so it's easier to eyeball a free port in a favourite range area.