12 Apr
2024
12 Apr
'24
5 a.m.
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski
From: Jon Maloy
When reading received messages from a socket with MSG_PEEK, we may want to read the contents with an offset, like we can do with pread/preadv() when reading files. Currently, it is not possible to do that.
In this commit, we add support for the SO_PEEK_OFF socket option for TCP, in a similar way it is done for Unix Domain sockets.
[...]
Here is the summary with links: - [net-next,v4] tcp: add support for SO_PEEK_OFF socket option https://git.kernel.org/netdev/net-next/c/05ea491641d3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html