Install the multi‐message receive callback on a BIO_METHOD.

Synopsis

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*));

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

biom

Method table to update.

f

Callback implementing recvmmsg‐style reception into BIO_MSG entries.

Created with MrDocs