ssl3_record_st

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

Members

Variables

data
ubyte* data;

pointer to the record data

epoch
core.stdc.config.c_ulong epoch;

epoch number, needed by DTLS1

input
ubyte* input;

where the decode bytes are

length_
uint length_;

How many bytes available

off
uint off;

read/write offset into 'buf'

seq_num
ubyte[8] seq_num;

sequence number, needed by DTLS1

type
int type;

type of record

Meta