Replies: 1 comment 2 replies
-
If you can afford to use a special debug version and don't need it permanently this might be the lines which could help you. This should log any datagram regardless of UDP or UNIX SOCK But as you pointed out, it's costly |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, title says it all. Is there a way to get vsomeip to not use Unix Domain Sockets for a given service? The current behavior is that vsomeip will transport method calls via Unix Domain Sockets (unless configured as reliable -> TCP) if it determines that both client and server applications are on the same host.
Ideally, there would be a way to configure this behavior via the franca fdepl files for a given service.
The background is that we wish to be able to debug payloads of services with tcpdump in all cases. This isn't possible if applications communicate via Unix Domain Sockets. We are aware that this may cause more overhead within the system in total.
Any way to easily do this?
Beta Was this translation helpful? Give feedback.
All reactions