diff --git a/src/quic_sock.c b/src/quic_sock.c index 6d80b0450..4d51ef6fd 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -700,6 +700,7 @@ int qc_snd_buf(struct quic_conn *qc, const struct buffer *buf, size_t sz, msg.msg_iovlen = 1; msg.msg_control = NULL; msg.msg_controllen = 0; + msg.msg_flags = 0; if (qc_test_fd(qc) && !fd_send_ready(qc->fd)) return 0;