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] Opening a TCP session, using LwIp Rev 1.4.1

2014-08-21 Thread Avi
Hi I am using LwIp Rev 1.4.1, on an an embeded system, and trying to open a TCP session against Jpref TCP test tool, running on PC, and the session is not opened. *The source code on my system, for opening the TCP session:* #define TCP_TEST_PORT ( 5001 ) struct netconn