Re: [PATCH net-next v6 4/5] vsock/test: Introduce enable_so_linger() helper

2025-05-22 Thread Stefano Garzarella
On Thu, May 22, 2025 at 01:18:24AM +0200, Michal Luczaj wrote: Add a helper function that sets SO_LINGER. Adapt the caller. Signed-off-by: Michal Luczaj --- tools/testing/vsock/util.c | 13 + tools/testing/vsock/util.h | 1 + tools/testing/vsock/vsock_test.c | 10 +---

[PATCH net-next v6 4/5] vsock/test: Introduce enable_so_linger() helper

2025-05-21 Thread Michal Luczaj
Add a helper function that sets SO_LINGER. Adapt the caller. Signed-off-by: Michal Luczaj --- tools/testing/vsock/util.c | 13 + tools/testing/vsock/util.h | 1 + tools/testing/vsock/vsock_test.c | 10 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --