Single message descriptor for BIO_sendmmsg() / BIO_recvmmsg().
Synopsis
Declared in <openssl/bio.h>
struct bio_msg_st;
Data Members
Name |
Description |
Message payload buffer for send or receive. |
|
Length of |
|
Operation‐specific flags (for example BIO_MSG_FLAG_*). |
|
Local socket address associated with this message, or NULL if unused. |
|
Peer socket address associated with this message, or NULL if unused. |
Created with MrDocs