Message ID | 20220714115428.1569612-1-dylany@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | multishot recvmsg | expand |
On 7/14/22 5:54 AM, Dylan Yudaken wrote: > This series adds an API (patch 1) and a test (#2) for multishot > recvmsg. > > I have not included docs yet, but I want to get feedback on the API > for handling the result (if there is any). > > There was no feedback on v1, but in v2 I added more API to make it > easier to deal with truncated payloads. Additionally there is extra > testing for this. I'm going to shove this in for some testing. We have a bit of time to play with before the next release, might make sense to attempt to mature it in tree.
On Thu, 14 Jul 2022 04:54:26 -0700, Dylan Yudaken wrote: > This series adds an API (patch 1) and a test (#2) for multishot recvmsg. > > I have not included docs yet, but I want to get feedback on the API for handling > the result (if there is any). > > There was no feedback on v1, but in v2 I added more API to make it easier to deal > with truncated payloads. Additionally there is extra testing for this. > > [...] Applied, thanks! [1/2] add multishot recvmsg API commit: 874406f7fb0942238a77041d84f07a480400ed81 [2/2] add tests for multishot recvmsg commit: 95dc4789e9dbacb7b3913b1a6e0dfef80fabb74d Best regards,