CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/14 08:19:16
Modified files:
usr.sbin/rpki-client: io.c
Log message:
Optimize io_buf_read() a bit by calling read() again after the inital
header of the buf was read. This often saves a round-trip to the main
event loop and poll(2).
OK job@ tb@
