<html><head>            <style type="text/css" title="rt_noDelete">
    blockquote.rt {
    margin: 0 0 15px;
    border-left: 4px solid #81c784;
    padding: 0 0 0 12px;
    display: block;
    }
    p { margin: 0 0 0 0 }
.email-signature {font-family:"Arial"; font-size: 8pt; font-style: italic; font-weight: normal; text-decoration: none; }
    </style></head><body><p class="norm">Добрый вечер, Илья.</p><p class="norm"><br/></p><p>В логах не обнаружил сообщений <span style="color: rgb(0, 0, 0); font-family: "Courier New", calibri, arial; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">sendmsg() и <span style="color: rgb(0, 0, 0); font-family: "Courier New", calibri, arial; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">sendmmsg().</span></span></p><p class="norm"> </p><p class="norm">Вы писали 11 января 2024 г., 22:11:56:</p><p> </p><blockquote class="rt"><div dir="ltr"><div class="gmail_quote"><div>я имею в виду вот этот код</div><div><br/></div><div>+        if (n == -1) {<br/>+            err = ngx_errno;<br/>+<br/>+            switch (err) {<br/>+            case NGX_EAGAIN:<br/>+                ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,<br/>+                               "sendmmsg() not ready");<br/>+<br/>+                ngx_quic_revert_send(c, ctx, preserved_pnum);<br/>+<br/>+                ngx_add_timer(&qc->push, NGX_QUIC_SOCKET_RETRY_DELAY);<br/>+                return NGX_OK;<br/>+<br/>+            case NGX_EINTR:<br/>+                ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,<br/>+                               "sendmmsg() was interrupted");<br/>+                goto eintr;<br/>+<br/>+            default:<br/>+                c->write->error = 1;<br/>+                ngx_connection_error(c, err, "sendmsg() failed");<br/>+                return NGX_ERROR;<br/>+            }<br/>+        }</div><div><br/></div><div>ну то есть искать либо "sendmmsg()", либо явно поправить ngx_log_debug, чтобы удобнее было искать</div><div><br/></div><div>в том, что вы прислали, я не вижу такого патерна<br/>
</div></div></div>
</blockquote><p class="norm"></p><p class="norm"><br/></p><div class="email-signature">-- <br/>
С уважением,<br/>
 Izorkin                          <a class="HR" href="mailto:izorkin@gmail.com">mailto:izorkin@gmail.com</a></div></body>