-
Notifications
You must be signed in to change notification settings - Fork 766
Wrap options are linker flags #780
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
Merged
Merged
Conversation
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
ececfe7 to
89cf455
Compare
duartenfonseca
pushed a commit
that referenced
this pull request
Jun 26, 2025
Ensures buffer lifetime into async handler Revert Execution context of subscription handlers Ensure "shutdown_and_close" is called on "stop" Notify stop func when receives EOF during stop process Fix availability triggers on client error is_sending_ set to false on restart fix host assignment with non-local routing fix big_payload_test_local_tcp_queue_limited is_sending_ set to false when socket is not open reset multicast_id_ tse - fix linger options Allow daemon to send ADD_CLIENT to connected clients Fix Bad File Descriptor on UDP server Endpoints Support multiple IPsec activation files per connection Execution context of subscription handlers Global request debounce time Stop find/offer debounce timers Fix NSM logs with empty Container Id strings Add config for wait_route_netlink_notification Optimize data lookups Remove the get_mutex_ from runtime_impl lock registration_state_mutex_ before sending Fix REMOTE_ERROR on response protect request_debounce_timer_running_ Convert pending_sd_offers_ from vector to set Dont call shutdown_and_close if socket is connecting When the threshold is set to 1 in the configuration, the initial event sent for client 2 is always multicast rather than unicast. (#763) Small code modernizations (#835) Delay on event_tests Service application Removes remote_subscribers_ member variable Log the steps during suspend/resume Improve sd accept offer log Do not log when doing nothing start endpoint only on creation reset request_debounce_timer_running_ Reset routing root on net_state_change off Added additional offer check Remove interface index in RTM_DELLINK Perform endpoint port assignment on vnet on Unspecify catch exception Remove pending subscriptions after on subscription call Update documentation and logs Enable global dispatch settings Enable configuration of client-specific debouncing Fix incorrect microsecond extraction in logging timestamps (#844) Vsomeip dissector v0.3 Reduce npdu_tests timeout Network-tests: debounce tests Disable dlt-daemon for network-tests Updates cmake to build hello_world example Wrap options are linker flags (#780) test/common/CMakeLists.txt: add missing link with dlt (#602) force on_availability IO threads exit mitigation
Merged
duartenfonseca
pushed a commit
that referenced
this pull request
Jun 26, 2025
Changes: Ensures buffer lifetime into async handler Revert Execution context of subscription handlers Ensure "shutdown_and_close" is called on "stop" Notify stop func when receives EOF during stop process Fix availability triggers on client error is_sending_ set to false on restart fix host assignment with non-local routing fix big_payload_test_local_tcp_queue_limited is_sending_ set to false when socket is not open reset multicast_id_ tse - fix linger options Allow daemon to send ADD_CLIENT to connected clients Fix Bad File Descriptor on UDP server Endpoints Support multiple IPsec activation files per connection Execution context of subscription handlers Global request debounce time Stop find/offer debounce timers Fix NSM logs with empty Container Id strings Add config for wait_route_netlink_notification Optimize data lookups Remove the get_mutex_ from runtime_impl lock registration_state_mutex_ before sending Fix REMOTE_ERROR on response protect request_debounce_timer_running_ Convert pending_sd_offers_ from vector to set Dont call shutdown_and_close if socket is connecting When the threshold is set to 1 in the configuration, the initial event sent for client 2 is always multicast rather than unicast. (#763) Small code modernizations (#835) Delay on event_tests Service application Removes remote_subscribers_ member variable Log the steps during suspend/resume Improve sd accept offer log Do not log when doing nothing start endpoint only on creation reset request_debounce_timer_running_ Reset routing root on net_state_change off Added additional offer check Remove interface index in RTM_DELLINK Perform endpoint port assignment on vnet on Unspecify catch exception Remove pending subscriptions after on subscription call Update documentation and logs Enable global dispatch settings Enable configuration of client-specific debouncing Fix incorrect microsecond extraction in logging timestamps (#844) Vsomeip dissector v0.3 Reduce npdu_tests timeout Network-tests: debounce tests Disable dlt-daemon for network-tests Updates cmake to build hello_world example Wrap options are linker flags (#780) test/common/CMakeLists.txt: add missing link with dlt (#602) force on_availability IO threads exit mitigation
duartenfonseca
pushed a commit
that referenced
this pull request
Jun 26, 2025
Changes: Ensures buffer lifetime into async handler Revert Execution context of subscription handlers Ensure "shutdown_and_close" is called on "stop" Notify stop func when receives EOF during stop process Fix availability triggers on client error is_sending_ set to false on restart fix host assignment with non-local routing fix big_payload_test_local_tcp_queue_limited is_sending_ set to false when socket is not open reset multicast_id_ tse - fix linger options Allow daemon to send ADD_CLIENT to connected clients Fix Bad File Descriptor on UDP server Endpoints Support multiple IPsec activation files per connection Execution context of subscription handlers Global request debounce time Stop find/offer debounce timers Fix NSM logs with empty Container Id strings Add config for wait_route_netlink_notification Optimize data lookups Remove the get_mutex_ from runtime_impl lock registration_state_mutex_ before sending Fix REMOTE_ERROR on response protect request_debounce_timer_running_ Convert pending_sd_offers_ from vector to set Dont call shutdown_and_close if socket is connecting When the threshold is set to 1 in the configuration, the initial event sent for client 2 is always multicast rather than unicast. (#763) Small code modernizations (#835) Delay on event_tests Service application Removes remote_subscribers_ member variable Log the steps during suspend/resume Improve sd accept offer log Do not log when doing nothing start endpoint only on creation reset request_debounce_timer_running_ Reset routing root on net_state_change off Added additional offer check Remove interface index in RTM_DELLINK Perform endpoint port assignment on vnet on Unspecify catch exception Remove pending subscriptions after on subscription call Update documentation and logs Enable global dispatch settings Enable configuration of client-specific debouncing Fix incorrect microsecond extraction in logging timestamps (#844) Vsomeip dissector v0.3 Reduce npdu_tests timeout Network-tests: debounce tests Disable dlt-daemon for network-tests Updates cmake to build hello_world example Wrap options are linker flags (#780) test/common/CMakeLists.txt: add missing link with dlt (#602) force on_availability IO threads exit mitigation
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.
I required this change to build
libvsomeip3_dlt.(building this is implicit on AOSP when issuing
mmin the vsomeip directory)