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