package
2.0.0-20240529111029-d117ae7ff556
Repository: https://github.com/adrian38/dtls.git
Documentation: pkg.go.dev
# Functions
ContentAwareUnpackDatagram is the same as UnpackDatagram but considers the presence of a connection identifier if the record is of content type tls12_cid.
UnpackDatagram extracts all RecordLayer messages from a single datagram.
# Constants
FixedHeaderSize is the size of a DTLS record header when connection IDs are not in use.
RecordLayer enums.
# Variables
nolint:goerr113.
# Structs
Header implements a TLS RecordLayer header.
InnerPlaintext implements DTLSInnerPlaintext
https://datatracker.ietf.org/doc/html/rfc9146#name-record-layer-extensions.
RecordLayer which handles all data transport.