Skip to content

Commit

Permalink
BIO: Emphasise API contract for BIO_sendmmsg/BIO_recvmmsg
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21905)
  • Loading branch information
hlandau committed Sep 1, 2023
1 parent 2619d10 commit cf26915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/man3/BIO_sendmmsg.pod
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ transient error, many of which are system specific.

=back

Third parties implementing custom BIOs supporting the BIO_sendmmsg() or
BIO_recvmmsg() methods should note that it is a required part of the API
contract that an error is always raised when either of these functions return 0.

BIO_dgram_set_local_addr_enable() returns 1 if local address support was
successfully enabled or disabled and 0 otherwise.

Expand Down

0 comments on commit cf26915

Please sign in to comment.