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(!OPENSSL_NO_SSL_INTERN)
extern (C) nothrow
struct ssl3_record_st {}

Members

Variables

comp
ubyte* comp;
Undocumented in source.
data
ubyte* data;
Undocumented in source.
epoch
c_ulong epoch;
Undocumented in source.
input
ubyte* input;
Undocumented in source.
length
uint length;
Undocumented in source.
off
uint off;
Undocumented in source.
seq_num
ubyte[8] seq_num;
Undocumented in source.
type
int type;
Undocumented in source.

Meta