SEC_DTLS_MTU structure (sspi.h)

Contains the Datagram Transport Layer Security (DTLS) Maximum Transfer Unit (MTU) for the connection.

Syntax

typedef struct _SEC_DTLS_MTU {
  unsigned short PathMTU;
} SEC_DTLS_MTU, *PSEC_DTLS_MTU;

Members

PathMTU

The path MTU for the connection.

Requirements

Requirement Value
Header sspi.h