mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
update copyright notice
This commit is contained in:
@@ -1861,7 +1861,7 @@ doio_send(isc__socket_t *sock, isc_socketevent_t *dev) {
|
|||||||
resend:
|
resend:
|
||||||
if (sock->type == isc_sockettype_udp &&
|
if (sock->type == isc_sockettype_udp &&
|
||||||
sock->manager->maxudp != 0 &&
|
sock->manager->maxudp != 0 &&
|
||||||
write_count > (size_t)sock->manager->maxudp)
|
write_count > (size_t)sock->manager->maxudp)
|
||||||
cc = write_count;
|
cc = write_count;
|
||||||
else
|
else
|
||||||
cc = sendmsg(sock->fd, &msghdr, 0);
|
cc = sendmsg(sock->fd, &msghdr, 0);
|
||||||
|
Reference in New Issue
Block a user