-
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
Switch device type to use a uint32 #15918
Switch device type to use a uint32 #15918
Conversation
PR #15918: Size comparison from dde4a8f to d06cc0d Increases (12 builds for linux, nrfconnect)
Decreases (2 builds for nrfconnect, telink)
Full report (13 builds for linux, nrfconnect, telink)
|
PR #15918: Size comparison from dde4a8f to ec39956 Increases (13 builds for esp32, linux, nrfconnect)
Decreases (4 builds for esp32, nrfconnect, telink)
Full report (15 builds for esp32, linux, nrfconnect, telink)
|
ec39956
to
e29aa96
Compare
DataModelTypes.h has |
…eld_in_TXT_record
PR #15918: Size comparison from 2822511 to 7d1bd5a Increases (20 builds for cyw30739, efr32, k32w, linux, nrfconnect)
Decreases (12 builds for cyw30739, esp32, k32w, nrfconnect, p6, telink)
Full report (26 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
|
The remainder of the types in the mdns don't use that (wasn't around when it was written). I'd like to eventually centralize all the mdns stuff, but do it at once. Perhaps as a cleanup post 1.0. |
Co-authored-by: Boris Zbarsky <[email protected]>
…eld_in_TXT_record
PR #15918: Size comparison from 1c74a21 to d2bb97f Increases (10 builds for cyw30739, efr32, k32w, linux)
Decreases (12 builds for cyw30739, esp32, k32w, mbed, p6, telink)
Full report (17 builds for cyw30739, efr32, esp32, k32w, linux, mbed, p6, telink)
|
* Switch device type to use a uint32 * fix print size. * Update src/lib/dnssd/tests/TestTxtFields.cpp Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
Problem
Device type is uint32. We had it as uint16.
Change overview
Changes device type to uint32
Testing