Re: rpki-client unify max request defines

2022-05-24 Thread Theo Buehler
On Tue, May 24, 2022 at 10:03:31AM +0200, Claudio Jeker wrote: > This diff moves and renames the defines that define the maximum number of > parallel requests for http and rsync. > The defines are now MAX_HTTP_REQUESTS and MAX_RSYNC_REQUESTS the values > remane the same. ok > Also move the memset

rpki-client unify max request defines

2022-05-24 Thread Claudio Jeker
This diff moves and renames the defines that define the maximum number of parallel requests for http and rsync. The defines are now MAX_HTTP_REQUESTS and MAX_RSYNC_REQUESTS the values remane the same. Also move the memset of pollfd sets in http.c into the loop. It is not needed but I prefer it that