- support
ping
function - support
traceroute
function - DNS parsing(
nslookup
) - Support for querying whether the service port is available
- Get the device public ip info
- Add
tcp ping
function - Add
udp traceroute
function - Fixed some bugs
- Add LAN ip scanning function
- Fix bug: When the
tracert
reaches the destination host, the type of the icmp packet is filtered incorrectly. The replay package should be filtered instead of the timeout package.
- Fix bug: when the tcp conn fails,there is no response for a long time.
ping
功能traceroute
功能- 根据域名查ip功能(
nslookup
) - 查询服务端口功能
- 获取设备公网ip信息
- 添加
tcp ping
功能 - 添加
udp traceroute
功能 - 修复了部分bug
- 添加局域网ip扫描功能
- 修复bug: tracert到达目的主机时,过滤包的类型错误,应该直接过滤replay包而不是timeout包。
- 修复bug: tcp连接不通时,长时间没有响应。