comparison src/event/ngx_event_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 c2f5d79cde64 3108d4d668e4
children adcc6d8acfd4
comparison
equal deleted inserted replaced
9060:91ad1abfb285 9061:af5adec171b4
79 if (ls->wildcard) { 79 if (ls->wildcard) {
80 msg.msg_control = &msg_control; 80 msg.msg_control = &msg_control;
81 msg.msg_controllen = sizeof(msg_control); 81 msg.msg_controllen = sizeof(msg_control);
82 82
83 ngx_memzero(&msg_control, sizeof(msg_control)); 83 ngx_memzero(&msg_control, sizeof(msg_control));
84 } 84 }
85 #endif 85 #endif
86 86
87 n = recvmsg(lc->fd, &msg, 0); 87 n = recvmsg(lc->fd, &msg, 0);
88 88
89 if (n == -1) { 89 if (n == -1) {