请网络高手进来,谢谢先!

来源:百度知道 编辑:UC知道 时间:2024/05/29 12:39:15
我测试了我的网络稳定性!Reply from 71.5.7.191: bytes=32 time=300ms TTL=237

Reply from 71.5.7.191: bytes=32 time=299ms TTL=237

Reply from 71.5.7.191: bytes=32 time=303ms TTL=237

Reply from 71.5.7.191: bytes=32 time=301ms TTL=237

Reply from 71.5.7.191: bytes=32 time=300ms TTL=237

Reply from 71.5.7.191: bytes=32 time=299ms TTL=237

Reply from 71.5.7.191: bytes=32 time=299ms TTL=237

Reply from 71.5.7.191: bytes=32 time=298ms TTL=237

Reply from 71.5.7.191: bytes=32 time=300ms TTL=237

time=300ms TTL=237 time 一直不稳定 数值一直在变 但变化不大!请问这说明什么?还有 tinme 和ttl 是什么意思?
我玩网络游戏 老掉线,而且掉的还很有品位!我人在,它就是不掉,我只要把显示器关掉,2~4小时 就掉线!我要郁闷了!

发送到71.5.7.191地址32字节包,本地到目的的时间是300毫秒,存活时间237
TTL:存活时间
指定数据报被路由器丢弃之前允许通过的网段数量。
TTL 是由发送主机设置的,以防止数据包不断在 IP 互联网络上永不终止地循环。转发 IP 数据包时,要求路由器至少将 TTL 减小 1。

@echo off
color f2
echo.
set for=于
set of=的
set with=用
set in=(以
set data:=数据
set milli-seconds:=毫秒为单位)
set Approximate=大约
set times=时间:
set round=来回
set trip=行程
set Reply=应答
set from=来自
set bytes=字节
set time=时间:
set timed=时间
set out=超过
set statistics=统计
set Packets:=包:
set Sent=已发送=
set Received=已收到=
set Lost=已丢失=
set loss)=丢失)
set Minimum=最小值=
set Maximum=最大值=
set Average=平均值=
set TTL=TTL=
setlocal enabledelayedexpansion
set a=
set/p a=请输入要ping的网址或IP
for /f "delims=" %%i in ('ping %a%') do (
set ret=
for %%a in (%%i) do if defined %%a (set ret=!ret!!%%a!) else set ret=!ret! %%a
if no