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
As you can see in:
https://public.3.basecamp.com/p/v2sQxvFRJa43UeY9JtEfpKWn
The shell compilation fails if min_pkt_len = 256 (which, according to your documentation, should be a valid value).
You should either review the compilation process (min_pkt_len = 256 should compile) or update the documentation (valid range should be [64, 255]).
Best regards, Javier.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you can see in:
https://public.3.basecamp.com/p/v2sQxvFRJa43UeY9JtEfpKWn
The shell compilation fails if min_pkt_len = 256 (which, according to your documentation, should be a valid value).
You should either review the compilation process (min_pkt_len = 256 should compile) or update the documentation (valid range should be [64, 255]).
Best regards,
Javier.
The text was updated successfully, but these errors were encountered: