Jiacheng Guo
Jiacheng Guo
Had a quick test on linux platform. If we intitiate two concurrent CASE sessions, the second connection will get stuck at `waiting for Sigma1 msg`. I'd suggest to add a...
> I am wondering: wouldn't a better fix, given #19393, be: > > 1. Fix `ReservedSize` to check for contiguous buffer. > 2. Fix `CloneData` to just copy the data...
Can you paste the `otbr-agent` log? Thanks.
@lbit20131014-berry The external platform shall provide a custom build target in its `BUILD.gn`. The new target will replace the one in `src/platform/BUILD.gn`. Let's say we've added a custom platform at...
I checked how `IPPacketInfo` class is used in `UDPEndPointImplLwIP.cpp`. The packet info is copied in `UDPEndPointImplLwIP::HandleDataReceived`. We can modify the signature to `void HandleDataReceived(chip::System::PacketBufferHandle && aBuffer, const PacketInfo &aPacketInfo);` and...
@kpschoedel In the SVE test the issue showed up again in group message tests. In `SessionManager.cpp` we are cloning the packet buffer: ``` C++ 659 while (!decrypted && iter->Next(groupContext)) 660...
@bukepo