Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[border-agent] organize
CoapDtlsSession
method definitions (openthr…
…ead#11142) This commit improves the organization of `border_agent.cpp` by grouping the method definitions for `CoapDtlsSession` into a separate section. In PR openthread#11131, many methods were moved into this class. To keep the `git diff` smaller and easier to review, the methods were left in the same order as previously defined. This resulted in the methods of `CoapDtlsSession` and `BorderAgent` being mixed and interleaved. This PR rearranges the methods and defines separate sections for each class. This commit does not contain any code logic changes.
- Loading branch information