diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-05-31 21:22:40 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-09-23 03:59:13 +0200 |
commit | b88ce46ee88c4128f72694e42160622844971d04 (patch) | |
tree | 3edc587990721e76378bd7a8429c8b2919c61f41 /doc/man3/BIO_sendmmsg.pod | |
parent | Add additional messages to the DTLS dropped records test (diff) | |
download | openssl-b88ce46ee88c4128f72694e42160622844971d04.tar.xz openssl-b88ce46ee88c4128f72694e42160622844971d04.zip |
BIO_s_dgram_pair
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18442)
Diffstat (limited to 'doc/man3/BIO_sendmmsg.pod')
-rw-r--r-- | doc/man3/BIO_sendmmsg.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man3/BIO_sendmmsg.pod b/doc/man3/BIO_sendmmsg.pod index 6940847e22..c8789ba0ad 100644 --- a/doc/man3/BIO_sendmmsg.pod +++ b/doc/man3/BIO_sendmmsg.pod @@ -158,6 +158,11 @@ particular may be noted: The I<local> field was set to a non-NULL value, but local address support is not available or not enabled on the BIO. +=item B<BIO_R_PEER_ADDR_NOT_AVAILABLE> + +The I<peer> field was set to a non-NULL value, but peer address support is not +available on the BIO. + =item B<BIO_R_UNSUPPORTED_METHOD> The BIO_sendmmsg() or BIO_recvmmsg() method is not supported on the BIO. |