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(-)Thanks, it looks good to me now! I'll wait for David's review before applying it. -- Stefano