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


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to