Re: [lwip-users] mem alignment issue when updating to Rev 1.4.1

2014-08-21 Thread tm264
Thanks for your answer. Sorry, it's an LWIP_ERROR not a  LWIP_ASSERT. I found this in sockets.c line  420   /* check size, familiy and alignment of 'name' */   LWIP_ERROR(lwip_bind: invalid address, ((namelen == sizeof(struct sockaddr_in)) ((name-sa_family) == AF_INET)

[lwip-users] mem alignment issue when updating to Rev 1.4.1

2014-08-20 Thread tm264
Hi When updating lwip from 1.3.2 to 1.4.1 I see some asserts checking for alignment equal 4. They are hard coded. Does this mean lwip can only be used with MEM_ALIGNMENT equal 4 from this Release on? Regards Thomas ___ lwip-users mailing list