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

Include head of rdata buffer in internal rdata_t #173

Open
k0ekk0ek opened this issue Mar 27, 2024 · 0 comments
Open

Include head of rdata buffer in internal rdata_t #173

k0ekk0ek opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@k0ekk0ek
Copy link
Contributor

The per-RR structure used to track current offset (tail) and limit, introduced to make it easier to define a custom window when parsing SVCB parameters as they may need to get reordered, should include the head of the buffer as well. This would allow for better verification (asserts or otherwise) of correct buffer management. Especially when we implement support for using multiple buffers so that the parsing and database inclusion can be done in parallel.

@k0ekk0ek k0ekk0ek added the enhancement New feature or request label Mar 27, 2024
@k0ekk0ek k0ekk0ek added this to the Release 0.2.0 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant