Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> --- test/send-zerocopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/send-zerocopy.c b/test/send-zerocopy.c index f996f22..39c5c5d 100644 --- a/test/send-zerocopy.c +++ b/test/send-zerocopy.c @@ -390,7 +390,7 @@ static int test_inet_send(struct io_uring *ring) continue; if (!buffers_iov[buf_flavour].iov_base) continue; - if (tcp && cork) + if (tcp && (cork || addr_arg)) continue; if (mix_register && (!cork || fixed_buf)) continue; -- 2.37.2