dtls_init method

void dtls_init()

This function initializes the tinyDTLS memory management and must be called first.

Implementation

void dtls_init() {
  return _dtls_init();
}