On Sun, Jan 23, 2022 at 10:01:10AM +0100, Claudio Jeker wrote:
> Make all poll loops handle EINTR in the same way. Now since the loop is
> restarted not poll related functions need to be called in that part of the
> code. In rpki-client this only matters for the repo timeout. By merging
> repo_next
Make all poll loops handle EINTR in the same way. Now since the loop is
restarted not poll related functions need to be called in that part of the
code. In rpki-client this only matters for the repo timeout. By merging
repo_next_timeout() and repo_check_timeout() together this function can be
moved