ssl3_buffer_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_buffer_st {}

Members

Variables

buf
ubyte* buf;

at least SSL3_RT_MAX_PACKET_SIZE bytes, see ssl3_setup_buffers()

left
int left;

how many bytes left

len
size_t len;

buffer size

offset
int offset;

where to 'copy from'

Meta