feat: unified endpoint context management + datagram oriented sockets#34
Merged
sylvain-pierrot merged 3 commits intomainfrom Sep 3, 2025
Merged
feat: unified endpoint context management + datagram oriented sockets#34sylvain-pierrot merged 3 commits intomainfrom
sylvain-pierrot merged 3 commits intomainfrom
Conversation
…tures (new netlink workflow) - Replace separate SAP and ADU registries with unified endpoint_ctx structure - New workflow: Reception thread is launched during bind operation - Simplify netlink communication by removing confirmation/failure callbacks - Remove netlink comunication during bp_recvmsg - Add thread-safe endpoint lifecycle management with atomic operations - Improve bundle reception with continuous polling loop - Remove nl_utils.c/h and sap_registry.c/h files - Update BP socket protocol to use ENQUEUE_BUNDLE command Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
- Fix race condition in send threads by passing node_id/service_id directly - Ensure proper thread cleanup in ion_close_endpoint with bp_interrupt before join - Rename thread to recv_thread for consistency - Fix corrupted node_id/service_id values in logs Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.