This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Resubmit: [PATCH][BZ #14307][BZ #13904] Avoid duplicate DNSrequests in case answer is longer than a (relatively small) implementationlimit
- From: Siddhesh Poyarekar <siddhesh at redhat dot com>
- To: Jeroen van Bemmel <jvb127 at gmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 3 Jul 2012 22:02:29 +0530
- Subject: Re: Resubmit: [PATCH][BZ #14307][BZ #13904] Avoid duplicate DNSrequests in case answer is longer than a (relatively small) implementationlimit
- References: <20120703094400.f4ca27e735d72a7feb865455@gmail.com>
On Tue, 3 Jul 2012 09:44:00 -0600, Jeroen wrote:
> This patch increases the size of the temporary buffer by
> sizeof(struct host_data) - in two places - such that the first query
> response fits more easily. Because sizeof(struct host_data) varies
> per target platform, this patch reduces (but does not totally
> eliminate) the observed difference in network behavior for various
> platforms.
>
Looks OK to me. Can someone please check if the change is trivial
enough to not require copyright assignment? Jeroen, please also let us
know if you're willing to assign copyright to FSF (if you haven't
already -- I don't have access to the copyright list to confirm) for
this contribution to glibc if it is deemed to be a non-trivial change.
Regards,
Siddhesh