diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-30 07:42:29 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-30 07:42:29 -0400 |
commit | c030f70c8796c7743c3aa97d6beff3bd5b8dcd5d (patch) | |
tree | f0cf2dae6b9d0b0f7f36ddc89965d138fb9c6ffc /ChangeLog | |
parent | 1d39e35923d086a0248f1934adfe31d8f6c813c0 (diff) | |
download | glibc-c030f70c8796c7743c3aa97d6beff3bd5b8dcd5d.tar.gz glibc-c030f70c8796c7743c3aa97d6beff3bd5b8dcd5d.tar.xz glibc-c030f70c8796c7743c3aa97d6beff3bd5b8dcd5d.zip |
Speed up DNS by avoiding a system call if possible
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8d7809b8e..fd462527a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-30 Ulrich Drepper <drepper@gmail.com> + * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two + requests to save a system call. + * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up comments for sendmmsg. |