Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet size doesn't display over 4096 bytes #180

Closed
Shourai opened this issue Apr 21, 2020 · 1 comment
Closed

Packet size doesn't display over 4096 bytes #180

Shourai opened this issue Apr 21, 2020 · 1 comment
Labels

Comments

@Shourai
Copy link

Shourai commented Apr 21, 2020

When running fping with a packet size of over 4096 bytes, it doesn't
correctly display the size and always defaults to displaying 4096.

So when I run fping -c 10 -M -b 9000, to check jumbo frames.
[0], 4090 bytes, 0.03 ms (0.03 avg, 0% loss)

However if I run a tcpdump I do see that the package size does go over 4096 bytes.
ICMP echo request, id 11483, seq 0, length 9008

@schweikert schweikert added the bug label Jun 28, 2020
@schweikert
Copy link
Owner

fixed in a136764 (to be released with fping 5.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants