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

Enhance Options Buffer for >16 Message Unmarshaling #524

Merged
merged 1 commit into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. Enhance Options Buffer for >16 Message Unmarshaling

    Previously, the connection was being closed due to unmarshaling failures when
    more than 16 options were included in the message. This fix addresses the issue
    by increasing the buffer size to accommodate a higher number of options.
    jkralik committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a5adb4f View commit details
    Browse the repository at this point in the history