|
| From: | Juan Quintela |
| Subject: | Re: [PATCH v6 1/2] io: Add support for MSG_PEEK for socket channel |
| Date: | Wed, 01 Feb 2023 15:55:40 +0100 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
"manish.mishra" <manish.mishra@nutanix.com> wrote: > MSG_PEEK peeks at the channel, The data is treated as unread and > the next read shall still return this data. This support is > currently added only for socket class. Extra parameter 'flags' > is added to io_readv calls to pass extra read flags like MSG_PEEK. > > Reviewed-by: Peter Xu <peterx@redhat.com> > Reviewed-by: Daniel P. Berrange <berrange@redhat.com> > Suggested-by: Daniel P. Berrange <berrange@redhat.com> > Signed-off-by: manish.mishra <manish.mishra@nutanix.com> Reviewed-by: Juan Quintela <quintela@redhat.com> queued.
| [Prev in Thread] | Current Thread | [Next in Thread] |