We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest
Shouldn't this warn against <64 byte frames not 46 byte frames, is this a typo?
https://github.com/jwbensley/Etherate/blob/master/functions.c#L491
if (eth->params.f_size < 46) { printf("WARNING: Minimum ethernet payload is 46 bytes, " "Linux may pad the frame out to 46 bytes\n");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE TYPE
VERSION DETAILS
Latest
SUMMARY
Shouldn't this warn against <64 byte frames not 46 byte frames, is this a typo?
https://github.com/jwbensley/Etherate/blob/master/functions.c#L491
The text was updated successfully, but these errors were encountered: