Như tiêu đề, mọi người có thể giúp mình trả lời : khi ping đến 1 địa chỉ với kích cỡ gói tin là 1000 thì lỗi request time out, có cách nào để Fix lỗi này ko.
Thank to all.
C:\Users\quan>ping google.com -l 990
Pinging google.com [74.125.71.104] with 990 bytes of data:
Reply from 74.125.71.104: bytes=64 (sent 990) time=84ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=159ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=71ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=73ms TTL=56
Ping statistics for 74.125.71.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 159ms, Average = 96ms
C:\Users\quan>ping google.com -l 1000
Pinging google.com [74.125.71.104] with 1000 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 74.125.71.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Thank to all.
C:\Users\quan>ping google.com -l 990
Pinging google.com [74.125.71.104] with 990 bytes of data:
Reply from 74.125.71.104: bytes=64 (sent 990) time=84ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=159ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=71ms TTL=56
Reply from 74.125.71.104: bytes=64 (sent 990) time=73ms TTL=56
Ping statistics for 74.125.71.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 159ms, Average = 96ms
C:\Users\quan>ping google.com -l 1000
Pinging google.com [74.125.71.104] with 1000 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 74.125.71.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Comment