-
Notifications
You must be signed in to change notification settings - Fork 25
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
Doip improvements #435
Doip improvements #435
Conversation
In a2e9cee the conn.close() method was fixed to no longer raise errors on closed connections.
While changing no behavior for UDS this allows the DoIP discoverer to deep-call into DoIP transports and handle TargetUnreachable by itself
I looked through your changes, looks good. |
While the "PayloadTypeSpecificMessageContent" is part of the DoIP packet, it is not part of the GenericHeader; it actually follows after the GenericHeader, as effective payload of the packet. It does not make sense to have this field in the GenericHeader, and obviously it was never used anyhow. |
Ah. Ok. |
I will give this another test run on Monday and if successful will press merge. Thanks a lot! :) |
Tested and looks good to me. I added another three commits on top; if those are fine with you, go ahead and merge! |
Generic DoIP-related stuff.
See individual commits for changes...