Table of Contents

Enum DtlsRecordFlags

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
[Flags]
public enum DtlsRecordFlags

Fields

IsNewest = 1

The record is newer (by epoch and sequence number) than any record received previously.

None = 0
UsesConnectionID = 2

The record includes the (valid) connection ID (RFC 9146) for this connection.