↧
Answer by rook for Why doesn't “ping -l” works when ping works?
ping AddressIp -l 1400 ping: cannot set preload to value > 3 You need superuser rights to access this feature of ping with a value more than 3. Try: sudo ping AddressIp -l 1400 UPDATE: Do you want a...
View ArticleAnswer by cuonglm for Why doesn't “ping -l” works when ping works?
From ping's manpage: -l preload If preload is specified, ping sends that many packets not waiting for reply. Only the super-user may select preload more than 3. -p pattern You may specify up to 16...
View ArticleWhy doesn't “ping -l” works when ping works?
I can ping ping AddressIp 64 bytes from indirizzoIp: icmp_req=1 ttl=42 time=149 ms but with additionnal parameter ping AddressIp -l 1400 ping: cannot set preload to value > 3 ping AddressIp -t -l...
View Article