tcping for windows & linux

2017年6月9日 0 条评论 1.96k 次阅读 0 人点赞

下载链接

windows:

来源页面:http://www.elifulkerson.com/projects/

Linux:

来源页面:http://linuxco.de/tcping/tcping.html

yum install -y tcptraceroute bc
# CentOS系统 用这个
apt-get install -y tcptraceroute bc
# Debian/Ubuntu系统 用这个
wget -O tcping //www.sevenfal.com/wp-content/uploads/2017/06/tcping

2021-09-27 更新:

https://github.com/cloverstd/tcping/releases

简单版源码:(来自于 https://github.com/MushrooM93/tcping

Copyright (c) 2002-2008 Marc Kirchner <mail(at)marc(dash)kirchner(dot)de>
Modified by MushrooM93
tcping support ipv4/ipv6 dual-stack in linux,
the operation is similar to ping but it does not use the ICMP protocol.
Install:
$gcc tcping.c -o tcping
$cp tcping /usr/bin/
$tcping -v6 ipv6.google.com 80
Usage:
[-q] [-t timeout_sec] [-u timeout_usec] [-v4|6]

Sevenfal

这个人太懒什么东西都没留下

文章评论(0)