mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
change some flags (so we can use internal ones, too)
This commit is contained in:
@@ -1990,8 +1990,8 @@ isc_socket_sendto(isc_socket_t *sock, isc_region_t *region,
|
||||
if (!was_empty)
|
||||
goto queue;
|
||||
|
||||
build_msghdr_send(sock, dev, &msghdr,
|
||||
iov, ISC_SOCKET_MAXSCATTERGATHER, &write_count);
|
||||
build_msghdr_send(sock, dev, &msghdr, iov,
|
||||
ISC_SOCKET_MAXSCATTERGATHER, &write_count);
|
||||
|
||||
cc = sendmsg(sock->fd, &msghdr, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user