On Fri, 12 Jul 2024 15:04:48 -0400 Jon Maloy <jmaloy(a)redhat.com> wrote:We add support for the SO_PEEK_OFF option, plus work around a kernel bug discovered along the way. Jon Maloy (2): tcp: leverage support of SO_PEEK_OFF socket option when available tcp: handle shrunk window advertisemenst from guest tcp.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- tcp.h | 3 +++ tcp_buf.c | 25 ++++++++++++++++------ 3 files changed, 81 insertions(+), 9 deletions(-)Applied! I just s/advertisemenst/advertisements/ in 2/2, and fixed up the SHA of the buggy kernel commit... I guess d4317abf7160 is from your local tree? Upstream has e2142825c120. -- Stefano