Boris Zbarsky

Results 364 comments of Boris Zbarsky

@KenneyQu So this RPI is running the OpenThread dns-sd backend, not minmdns or avahi? @Damian-Nordic

I think we can add the types without adding any codesize. It's the changes to the header encode/decode bits where it will need to write to a new handle (of...

OK, so I tried this for `PacketHeader::DecodeAndConsume`. It adds about 30 bytes of codesize, which I think I can live with. I'll try doing this more widely and see how...

> It does not seems right that connect was working just because the code was assuming an idle timeout Hmm. What are the parameters involved there? I assume the connect...

> The python test suite is not using the AutoCommisioner but instead it send raw commands. See Well, that would be the bug, the. It's violating the spec, if it...

@vivien-apple Does just adding `interactionTimeoutMs=60` to that `SendCommand` call help for now? That won't get MRP bits added, given what `command.cpp` is doing, but it might be enough to at...