Added
- Add CLI option
ip-check-timeout-msfor setting the upper time limit for checking if a host is up on an IP - Add CLI option
ping-timeout-msfor setting how long to wait for echo replies - Add CLI option
tcp-port-timeout-msfor setting how long to wait before timing out a TCP connection on each individual port
Changed
- Tweaked CLI style to have generally more readable colors.
- Migrate to workspace and update some dependencies
- Reduce binary size by ~3%
- Add a max waiting time for either ICMP or TCP IP checking to finish
Fixed
- Sending ICMP Echo Requests via raw sockets on windows would hang if the host was unreachable