Module nrfxlib::dtls[][src]

Expand description

DTLS Sockets for nrfxlib

DTLS (encrypted UDP) socket related code.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

Re-exports

pub use crate::tls::provision_certificates;

Structs

DtlsSocket

Represents a connection to a remote TCP/IP device using DTLS over UDP.

Enums

PeerVerification

Specify whether to verify the peer

Version

Specify which version of the DTLS standard to use