CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/22 05:13:06
Modified files:
usr.sbin/rpki-client: extern.h http.c io.c main.c parser.c
rrdp.c rsync.c
Log message:
First step of cleanup in the io land. Introduce io_buf_new() and
io_buf_close(). These function will inject a size of the the buffer
at the beginning of the buffer and will allow the read size to be
switched to proper async IO.
OK benno@
