运行:ping 192.168.1.1 -t后怎么没完没了?

来源:百度知道 编辑:UC知道 时间:2024/06/30 03:35:19

-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

不同参数不同意义,T就是让其不停测试的

你直接就ping 192.168.1.1就行啦,不要加-t
或者你ping的不对吧