-
Notifications
You must be signed in to change notification settings - Fork 29
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
JUMBO FRAME SUPPORT #137
Comments
Depending on your network setup then yes. You can send a ping that is over 9600 bytes using PowerPing but ultimately it is up to your network adapter if that will be sent as a jumbo frame, PowerPing cannot affect how the data is actually transmitted. |
Ah yes this does seem to be a PowerPing bug, it's been reported before (#119). I will look to get this fixed soon, thanks for reporting. |
I've fixed this bug and you should be able to send a ping of over 1500 bytes in the latest release (you can download it here). Just any FYI, in testing I found that 8.8.8.8 won't reply to any pings bigger than 1000 bytes :) But I did verify that the full 1500 bytes are getting sent on the wire. |
Found an issue with parsing the returned packet, thanks for reporting this. Will update the release later today 👍 |
thanks sir, i appreciate the work you put in to this |
No worries, I've updated the latest release now. Try it out, that should fix the exception you were seeing. |
Thanks will try it now. looks great |
everything in order. Thanks |
can this be used to support jumbo frame up to 9600.
The text was updated successfully, but these errors were encountered: