Commit e919487
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 mitigation1 parent 384f94b commit e919487
3 files changed
+98
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
3 | 95 | | |
4 | 96 | | |
5 | 97 | | |
| |||
0 commit comments