comparison src/event/quic/ngx_event_quic_udp.c @ 9061:af5adec171b4 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 02 Jan 2023 17:10:22 +0400
parents src/event/ngx_event_udp.c@3108d4d668e4 src/event/ngx_event_udp.c@c2f5d79cde64
children 3028db26a0f5
comparison
equal deleted inserted replaced
9060:91ad1abfb285 9061:af5adec171b4
77 if (ls->wildcard) { 77 if (ls->wildcard) {
78 msg.msg_control = &msg_control; 78 msg.msg_control = &msg_control;
79 msg.msg_controllen = sizeof(msg_control); 79 msg.msg_controllen = sizeof(msg_control);
80 80
81 ngx_memzero(&msg_control, sizeof(msg_control)); 81 ngx_memzero(&msg_control, sizeof(msg_control));
82 } 82 }
83 #endif 83 #endif
84 84
85 n = recvmsg(lc->fd, &msg, 0); 85 n = recvmsg(lc->fd, &msg, 0);
86 86
87 if (n == -1) { 87 if (n == -1) {