value is treated as success, allowing the new connection to be enqueued to the
accept queue.
+=head1 NOTES
+
+Callbacks in QUIC connections have some limitations to them that should be taken
+into consideration when writing an application.
+
+=over 4
+
+QUIC connections may begin processing prior to when an application calls
+SSL_accept_connection() on them. As such, it may occur that callbacks are
+delivered to appliations' registered TLS callbacks prior to those SSL objects
+being returned in SSL_accept_connection(). Applications should expect this
+possibilty
+
+In Particular no references should be held on SSL objects passed to callbacks
+for QUIC connections until such time as they are returned through a call to
+SSL_accept_connection.
+
+=back
+
=head1 HISTORY
SSL_CTX_set_new_pending_conn_cb() was added in OpenSSL 3.5