Closed
Conversation
cab5d3a to
371a25d
Compare
Removed gnrc_pktdump due it is useless for this example
Currently RawPublicKey mode (ECC) has issues with pthread for other boards than native
Variables related only to TinyDTLS moved from application Makefile to TinyDTLS's Makefile.dep
The last PRs related to drivers have fixed the issue related to
retransmissions.
NOTE: The 802.15.4 frames for DTLS datagrams are still marking the
ACK flag as set.
The mistake done with PKG_URL with git:// instead of https:// is fixed. The license is added back.
371a25d to
94d9512
Compare
Contributor
Author
|
I'm closing this PR in favor of #6430 that is free of the merge conflict (and squashed). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Hi people!
I have been working on my TinyDTLS branch on the last days.
This PR brings 3 things:
I have been speaking with @kYc0o about what is next and for now is increasing the stability for ECC. But probably, that will be reflected only on my TinyDTLS fork. After that, I'll try again with
sock.The merge conflict for this PR is in
pkg/tinydtls/Makefile: