-
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
Make CASESessionManager the resolver delegate if ResolverProxy is not passed in #12864
Merged
Conversation
This file contains 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
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
holbrookt,
jelderton,
jepenven-silabs,
jmartinez-silabs,
LuDuda,
mrjerryjohns,
msandstedt,
pan-apple,
robszewczyk,
sagar-apple and
saurabhst
December 10, 2021 04:36
pullapprove
bot
requested review from
selissia,
tecimovic,
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yunhanw-google
December 10, 2021 04:36
PR #12864: Size comparison from a37aab5 to 0bb13de Increases (1 build for linux)
Full report (14 builds for efr32, k32w, linux, p6, qpg)
|
bzbarsky-apple
approved these changes
Dec 10, 2021
/rebase |
gjc13
approved these changes
Dec 10, 2021
woody-apple
force-pushed
the
ota_csm_resolver
branch
from
December 10, 2021 05:38
0bb13de
to
a68ff79
Compare
PR #12864: Size comparison from 2400884 to a68ff79 Increases (1 build for linux)
Full report (21 builds for efr32, esp32, k32w, linux, mbed, p6, qpg)
|
Damian-Nordic
approved these changes
Dec 10, 2021
carol-apple
force-pushed
the
ota_csm_resolver
branch
from
December 10, 2021 17:32
a68ff79
to
f72286a
Compare
carol-apple
force-pushed
the
ota_csm_resolver
branch
from
December 10, 2021 17:34
f72286a
to
41583cc
Compare
carol-apple
force-pushed
the
ota_csm_resolver
branch
from
December 10, 2021 21:12
41583cc
to
cd25978
Compare
yunhanw-google
approved these changes
Dec 10, 2021
PR #12864: Size comparison from e76d65b to cd25978 Increases (1 build for linux)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
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.
Problem
After #12481 merged, CASESessionManager now takes a ResolverProxy for the config param in order to keep track of which controller is issuing a DNS request. For OTARequestor class, nullptr was being passed in for the ResolverProxy which causes DNS lookup to fail for the OTA case.
Fixes: #12773
Change overview
Make CASESessionManager the resolver delegate if a ResolverProxy is not passed in. This helps with any users of CASESessionManager where it just needs the Node ID resolved but does not need to take additional action.
Testing
Manually tested on Linux: