sys: new sock submodule for DTLS#11909
Merged
miri64 merged 2 commits intoRIOT-OS:masterfrom Aug 27, 2019
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR is part of the PR series to introduce a new DTLS sock module in RIOT.
The module introduces a new sock type
sock_dtls. Similar to the TCP/UDP sock, DTLS sock needs to be implemented separately for each underlying DTLS implementation.This PR also introduces a new
net_dtlsgroup in Doxygen to group and document all related DTLS components together for easier discovery.The example implementation of this PR is provided by #11943.
Testing procedure
make static-testandmake docproduces no errors or warnings.Issues/PRs references
Depends on #11564
Previous discussion #10897