Argument bundle passed to multi‐message BIO callbacks (sendmmsg/recvmmsg).
Synopsis
Declared in <openssl/bio.h>
struct bio_mmsg_cb_args_st;
Data Members
Name |
Description |
Operation‐specific flags mirrored from the BIO_sendmmsg()/BIO_recvmmsg() call. |
|
Array of |
|
Optional in/out count of messages processed by the operation. |
|
Number of BIO_MSG elements addressed by this multi‐message operation. |
|
Byte stride between consecutive BIO_MSG elements in |
Created with MrDocs