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_blocking - changes the `sendto` call within `tlsrpt_finish_delivery_request` to be blocking

Author(S)

BorisLohner
           Author(s).

tlsrpt_set_blocking                                2024-11-06                             TLSRPT_SET_BLOCKING(3)

Description

       The tlsrpt_set_blocking function changes the sendto call within tlsrpt_finish_delivery_request to be
       blocking. The default is non-blocking.

Name

       tlsrpt_set_blocking - changes the `sendto` call within `tlsrpt_finish_delivery_request` to be blocking

Return Value

       The tlsrpt_set_blocking function has no return value.

See Also

tlsrpt_set_nonblocking(3)

Synopsis

       #include <tlsrpt.h>

       void tlsrpt_set_blocking()

See Also