dtls1_bitmap_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct dtls1_bitmap_st {}

Members

Variables

map
core.stdc.config.c_ulong map;

track 32 packets on 32-bit systems and 64 - on 64-bit systems

max_seq_num
ubyte[8] max_seq_num;

max record number seen so far, 64-bit value in big-endian encoding

Meta