dtls1_record_data_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 dtls1_record_data_st {}

Members

Variables

packet
ubyte* packet;
Undocumented in source.
packet_length
uint packet_length;
Undocumented in source.
rbuf
libressl_d.openssl.ssl3.SSL3_BUFFER rbuf;
Undocumented in source.
rrec
libressl_d.openssl.ssl3.SSL3_RECORD rrec;
Undocumented in source.

Meta