Does OpenThread allow multiple CoAP secure connections?

121 Views Asked by At

I try to initialize 2 DTLS sessions with 2 different peers. The first otCoapSecureConnect returns OT_ERROR_NONE, the second one returns OT_ERROR_INVALID_STATE. Does OpenThread allow multiple CoAP secure connections ?

1

There are 1 best solutions below

0
jhui On BEST ANSWER

The current CoAP Secure APIs in OpenThread only supports a single active session.