tcpping icon indicating copy to clipboard operation
tcpping copied to clipboard

tcpping script for smokeping that runs with newer linux traceroute binaries

Results 3 tcpping issues
Sort by recently updated
recently updated
newest added

Hi Team, As per the below tcpping results output, the tcpping tool reported "no sequence timeout" errors from "Wed Jan 31 04:58:19 UTC 2024" till "Wed Jan 31 04:59:02 UTC...

``` $ tcpping -C -x 5 localhost 80 /usr/bin/tcpping: 341: [: auto: unexpected operator ``` Working fixes: - Changing line 341 to use `=` instead of `==`. - Changing line...

### Issue: When enabling both the -n and -C options in the tcpping command, which are intended to disable resolve IP addresses to their domain names and print in the...