We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.4.10
1.76
Ubuntu and Android
Find Service with multicast enabled, vsomeip stack always send unicast offer service
No response
The text was updated successfully, but these errors were encountered:
Below two changes are done in service_discovery_impl class,
In send_uni_or_multicast_offerservice() function, send_multicast_offer_service(_info) is added if unicast_flag comes with value 0
In send_multicast_offer_service function, serialize_and_send() is modified to accept sd_multicast_address_ as address param.
And it is working for us. i.e. OFFER() is sent over multicast when FIND() is triggered with UNICAST flag set as 0
Sorry, something went wrong.
No branches or pull requests
vSomeip Version
v3.4.10
Boost Version
1.76
Environment
Ubuntu and Android
Describe the bug
Find Service with multicast enabled, vsomeip stack always send unicast offer service
Reproduction Steps
No response
Expected behaviour
No response
Logs and Screenshots
No response
The text was updated successfully, but these errors were encountered: