In various circumstances we may not properly report abrupt ends to a TCP connection to peers with an RST. Fix them. Link: https://bugs.passt.top/show_bug.cgi?id=191 Link: https://bugs.passt.top/show_bug.cgi?id=193 David Gibson (3): doc: Add test program verifying socket RST behaviour tcp: Properly propagate tap-side RST to socket side tcp_splice: Force TCP RST on abnormal close conditions doc/platform-requirements/.gitignore | 1 + doc/platform-requirements/Makefile | 8 +- doc/platform-requirements/tcp-close-rst.c | 204 ++++++++++++++++++++++ tcp.c | 37 +++- tcp_splice.c | 58 ++++-- 5 files changed, 290 insertions(+), 18 deletions(-) create mode 100644 doc/platform-requirements/tcp-close-rst.c -- 2.52.0