CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/23 05:09:24
Modified files:
usr.sbin/rpki-client: extern.h http.c main.c parser.c repo.c
rrdp.c
Log message:
Handle EINTR the same way in all poll loops. In all cases restart the
poll loop. In the main process move the timeout handling for repositories
into a single function that does the timeouts and the calculation of the
timeout in one go.
OK tb@
