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

Memory align, TCP assemble #125

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Memory align, TCP assemble #125

merged 1 commit into from
Sep 4, 2024

Conversation

jelu
Copy link
Member

@jelu jelu commented Sep 4, 2024

  • Remove some compiler flags
  • Allocator:
    • Fix memory alignment
    • Rename private sub-class to _Buffer to not mix it up with other Buffer class
  • Row: replace ROW_DUMMY_SIZE with size of a pointer
  • TCP Stream:
    • Fix Stream_id class, was leaking memory left and right
    • Add cleanup code in Stream
    • Make sure we got data for DNS length

- Remove some compiler flags
- `Allocator`:
  - Fix memory alignment
  - Rename private sub-class to `_Buffer` to not mix it up with other `Buffer` class
- `Row`: replace `ROW_DUMMY_SIZE` with size of a pointer
- TCP Stream:
  - Fix `Stream_id` class, was leaking memory left and right
  - Add cleanup code in `Stream`
  - Make sure we got data for DNS length
@jelu jelu merged commit 9625b96 into DNS-OARC:develop Sep 4, 2024
8 checks passed
@jelu jelu deleted the mem-align branch September 4, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant