On Wed, Oct 27, 2021 at 3:15 AM Peter Xu <pet...@redhat.com> wrote: > > On Wed, Oct 27, 2021 at 03:07:13AM -0300, Leonardo Bras Soares Passos wrote: > > > > > > > > if (flags & ZEROCOPY) { > > > > assert(fds == NULL && nfds == 0); > > > > Quick question: Why is this assert needed? > > Not required I think; just want to make sure no one passes in the fds when > using zero copy mode.
Ok, that makes sense. I will add it then, thanks! > > Thanks, > > -- > Peter Xu > Best regards, Leo