Re: fix IO handling in rpki-client

2021-10-23 Thread Sebastian Benoit
ok benno@ Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.10.23 14:20:19 +0200: > This diff changes the io read functions to work on ibufs. > With this the poll loops will consume data with io_buf_read() until a full > message is received and then that message is processed. Thanks to this > the pr

fix IO handling in rpki-client

2021-10-23 Thread Claudio Jeker
This diff changes the io read functions to work on ibufs. With this the poll loops will consume data with io_buf_read() until a full message is received and then that message is processed. Thanks to this the processes no longer block while waiting for more data in the io read functions. With this