0

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 ?

Tester
  • 5
  • 2

1 Answers1

0

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

jhui
  • 694
  • 4
  • 3