Install the multi-message receive callback on a BIO_METHOD.
Declared in <openssl/bio.h>
int
BIO_meth_set_recvmmsg(
BIO_METHOD* biom,
int(* f)(BIO*, BIO_MSG*, size_t, size_t, uint64_t, size_t*));
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| biom | Method table to update. |
| f | Callback implementing recvmmsg-style reception into BIO_MSG entries. |