On Wed, Sep 20, 2023 at 04:27 PM -07, John Fastabend wrote: > Test that we can read with MSG_F_PEEK and then still get correct number > of available bytes through FIONREAD. The recv() (without PEEK) then > returns the bytes as expected. The recv() always worked though because > it was just the available byte reporting that was broke before latest > fixes. > > Signed-off-by: John Fastabend <john.fastabend@xxxxxxxxx> > --- Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>