-
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
ExchangeContext remove unused flags #17731
Conversation
PR #17731: Size comparison from 3a7f03a to bc31d2e Increases (2 builds for cc13x2_26x2)
Decreases (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@kghost are you still planning to get back to this? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
PR #17731: Size comparison from fbce051 to d2cec1b Increases (5 builds for cc13x2_26x2)
Decreases (33 builds for cc13x2_26x2, cyw30739, esp32, linux, nrfconnect, p6, telink)
Full report (36 builds for cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
* ExchangeContext remove unused flags * Update src/messaging/ReliableMessageContext.h Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Resolve comments: do not rename HasPiggybackAckPending * Update comments Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Problem
Some legacy code is not being used at all
Change overview
HasPiggybackAckPending
=>HasAckCounter
Testing
Passed unit-tests