logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tlsrpt_set_nonblocking - restores the `sendto` call within `tlsrpt_finish_delivery_request` to its

Author(S)

BorisLohner
           Author(s).

tlsrpt_set_nonblocking                             2024-11-06                          TLSRPT_SET_NONBLOCKING(3)

Description

       The tlsrpt_set_nonblocking function restores the sendto call within tlsrpt_finish_delivery_request to its
       default non-blocking behaviour.

Name

       tlsrpt_set_nonblocking - restores the `sendto` call within `tlsrpt_finish_delivery_request` to its
       default non-blocking behaviour

Return Value

       The tlsrpt_set_nonblocking function has no return value.

See Also

tlsrpt_set_blocking(3)

Synopsis

       #include <tlsrpt.h>

       void tlsrpt_set_nonblocking()

See Also