-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unauthenticated session #9269
Unauthenticated session #9269
Conversation
remove IsReliableTransmissionAllowed, this function should be provided over session.connectedhomeip/src/messaging/ExchangeMessageDispatch.h Lines 68 to 73 in 5dd6f18
This comment was generated by todo based on a
|
e149401
to
2c41bc6
Compare
36391a7
to
8fcb52d
Compare
8fcb52d
to
f85b437
Compare
complete BLE address comparationconnectedhomeip/src/transport/UnauthenticatedSessionTable.h Lines 189 to 199 in f85b437
This comment was generated by todo based on a
|
f85b437
to
030f20d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some comments inline, but for the most part this seems like a very important step forward.
I am hoping we can address the scalability of this feature and provide a dynamic option for nodes where this makes sense. I think most everything else though will be easy to address.
ad49157
to
41393ee
Compare
@msandstedt ? I believe @kghost addressed previous round of comments. |
@woody-apple @pan-apple would you like to review this as well as it touches secure sessions and encryption/non-encryption? |
41393ee
to
d04c0a0
Compare
@kghost has conflicts |
d04c0a0
to
9724774
Compare
Size increase report for "gn_qpg-example-build" from 64d8f13
Full report output
|
Size increase report for "nrfconnect-example-build" from 64d8f13
Full report output
|
Size increase report for "esp32-example-build" from 64d8f13
Full report output
|
Please provide more context than this.
|
Problem
Add unauthenticated session.
Change overview
Testing
Manually verified using unit-tests