diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-06 17:20:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-06 17:20:59 +0000 |
commit | 8e45b1acc235d73fc6866849ec302e9c2077a84e (patch) | |
tree | 32e326e0b85668adbfd11e87b49b0524a4f33745 /ChangeLog | |
parent | 697e162863c5e32a5de03688d47151851ab21eb9 (diff) | |
download | glibc-8e45b1acc235d73fc6866849ec302e9c2077a84e.zip glibc-8e45b1acc235d73fc6866849ec302e9c2077a84e.tar.gz glibc-8e45b1acc235d73fc6866849ec302e9c2077a84e.tar.bz2 |
* resolv/res_send.c (res_queriesmatch): Fix typo in comment.
(send_dg): Rewrite error handling to be more compact and avoid
double recomputation of timeouts. Pass MSG_NOSIGNAL to send.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-05-06 Ulrich Drepper <drepper@redhat.com> + * resolv/res_send.c (res_queriesmatch): Fix typo in comment. + (send_dg): Rewrite error handling to be more compact and avoid + double recomputation of timeouts. Pass MSG_NOSIGNAL to send. + * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32. * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly |