Single message descriptor for BIO_sendmmsg() / BIO_recvmmsg().

Synopsis

Declared in <openssl/bio.h>

struct bio_msg_st;

Data Members

Name

Description

data

Message payload buffer for send or receive.

data_len

Length of data in bytes (send length or receive buffer capacity).

flags

Operation‐specific flags (for example BIO_MSG_FLAG_*).

local

Local socket address associated with this message, or NULL if unused.

peer

Peer socket address associated with this message, or NULL if unused.

Created with MrDocs