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

Add PushError::LimitExceeded. #349

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. Add an optional push limit to MessageBuilder.

    This is useful when wanting to "reserve" space such that pushes at one point in the code to the message will leave behind enough room for subsequent pushes later, e.g. of OPT or TSIG RRs.
    ximon18 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    07dd2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319d95e View commit details
    Browse the repository at this point in the history
  3. Add PushError::LimitExceeded.

    Note: This is a breaking change.
    ximon18 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    56a8e52 View commit details
    Browse the repository at this point in the history
  4. Compilation fixes.

    ximon18 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    37f6d31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c37fa59 View commit details
    Browse the repository at this point in the history