[FS#963] chips is qca9531, pc ping device ip fail or timeout with big size, exp: ping 192.168.1.1 -l 65500
LEDE Bugs
lede-bugs at lists.infradead.org
Thu Aug 31 11:03:06 PDT 2017
The following task has a new comment added:
FS#963 - chips is qca9531, pc ping device ip fail or timeout with big size, exp: ping 192.168.1.1 -l 65500
User who did this - Christian Lamparter (chunkeey)
----------
Hmm, there's a problem with your procedure.
In order to specify the size of a ping package, you have to use "-s" and not the "-l" parameter.
-l 65500 would mean that you "shotgun" all those packages and ping's manpage
(https://linux.die.net/man/8/ping) has the following to say about the parameter: "If preload is specified, ping sends that many packets not waiting for reply."
So, can you retry with ping 192.168.1.1 -s 65500?
If it still fails, can you look at which point/size the package start to disappear?
----------
More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=963#comment3384
More information about the lede-bugs
mailing list