Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/27/2000 03:35:04
Module Name: basesrc
Committed By: itojun
Date: Thu Jul 27 00:35:03 UTC 2000
Modified Files:
basesrc/lib/libc/net: res_send.c
Log Message:
do not try to transmit UDP DNS query forever, in EINTR-busy situation.
the change uses extra variables which can be avoided,
it is to make the change look similar to BIND8 change.
question: timeout resolution is 1 second (time_t). should we use
timevals instead?
PR 6410 From: maximum entropy <entropy@venom.bernstein.com>
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/lib/libc/net/res_send.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.