Replies: 1 comment
-
Hello, vidz12! I would like to ask for some guidance on how to use someip-tp. I have already read the vsomeipUserguide and configured the settings as follows:
However, I'm still encountering the following issue during actual use: Could you give your example or help me? Thank you very much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reference: https://github.com/COVESA/vsomeip/blob/master/implementation/endpoints/src/tp_reassembler.cpp
Line no: 130
We see a timing constraint set for SOME/IP TP packets - "The fragmented packets should reach destination within 5000 ms"
When we tried transmitting 1MB of UDP data using someIP-TP, sometimes receiver fails to receive complete packets (it is getting timed out due to 5seconds constraint) sent over event notify mechanism.
Would like to understand how 5seconds window arrived to expect the packets to reach destination?
Beta Was this translation helpful? Give feedback.
All reactions