CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/02 12:37:17
Modified files:
usr.sbin/rpki-client: extern.h rrdp.c
Log message:
Implement RRDP_ABORT, a message to abort a inflight RRDP request.
The abort is done in a way that waits for any inflight files or http
requests to finish before removing the rrdp state and before sending
the rrdp done message indicating failure.
OK tb@ and benno@
