Rework the rsync proc code. Use a proper queue of requests and enforce
authorclaudio <claudio@openbsd.org>
Fri, 2 Sep 2022 13:04:16 +0000 (13:04 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 2 Sep 2022 13:04:16 +0000 (13:04 +0000)
commit3e9f5857a4682097f0d54547c9b3ce5d65b4925a
treeb42e831a335e54b3b85b4f14f3fe4fb7d35ea4e1
parentd606fae9b97d14cdda8240badf8dec4f4fa13b05
Rework the rsync proc code. Use a proper queue of requests and enforce
the limit on that queue instead of stopping to read new messages.
This is needed to implement an abort request.
"There is not enough RB_TREE in this diff" tb@
usr.sbin/rpki-client/rsync.c