mbed port of tinydtls

Embed: (wiki syntax)

« Back to documentation index

dtls_hello_verify_t Struct Reference

dtls_hello_verify_t Struct Reference

Structure of the Hello Verify Request. More...

#include <dtls.h>

Data Fields

uint16 version
 Server version.
uint8 cookie_length
 Length of the included cookie.
uint8 cookie []
 up to 32 bytes making up the cookie

Detailed Description

Structure of the Hello Verify Request.

Definition at line 321 of file dtls.h.


Field Documentation

uint8 cookie[]

up to 32 bytes making up the cookie

Definition at line 324 of file dtls.h.

Length of the included cookie.

Definition at line 323 of file dtls.h.

uint16 version

Server version.

Definition at line 322 of file dtls.h.