Re: [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6

2024-08-26 Thread Jon Maloy
On 2024-08-23 19:51, Jason Xing wrote: On Sat, Aug 24, 2024 at 5:19 AM wrote: From: Jon Maloy When we added the SO_PEEK_OFF socket option to TCP we forgot to add it even for TCP on IPv6. Even though you said "we forgot", I'm not sure if this patch series belongs to ne

Re: [PATCH 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

2024-08-26 Thread Jon Maloy
On 2024-08-23 19:44, Jason Xing wrote: Hello Jon, On Sat, Aug 24, 2024 at 5:19 AM wrote: From: Jon Maloy We add a selftest to check that the new feature added in commit 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option") works correctly. Reviewed-by: Stefano Briv