lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Problem With dns.c Using 32-Bit Compilers


From: address@hidden
Subject: Re: [lwip-users] Problem With dns.c Using 32-Bit Compilers
Date: Wed, 27 Aug 2008 20:16:32 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

Jonathan Larmour wrote:

One workaround may be to dispense with the uses of sizeof for those DNS
records in that file, and replace them with e.g.
#define SIZEOF_DNS_ANSWER 10
and use that instead. The format and size is fixed after all.

Wouldn't that be working around a bug in a compiler (that doesn't support structure packing) which we agreed not to do?

Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]