You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
`Inet::TCPEndPoint` and `Inet::UDPEndPoint` historically could not use
constructors because of `System::ObjectPool` limitations.
Incidentally renamed `mAppState` for consistency (it had been in
`System::Object` prior to project-chip#11428).
This is a step toward project-chip#7715 _Virtualize System and Inet interfaces_,
split off to reduce the complexity of an upcoming PR.
#### Change overview
Convert from `Init()` to constructors. Transitionally, the constructors
still call a per-implementation function `InitImpl()`.
#### Testing
CI; no changes to functionality.
0 commit comments