Re: [lwip-users] LWIP 2.0.3 strange behavior with MBEDTLS

2017-12-15 Thread antonio
Hi Simon, I have solved it long ago. Now problem is with SYN_SENT, I observe that for many times, my LWIP starts a TCP Connection Establishment, but does not go further than SYN_SENT bcz the server never replies.. when I try in a PC, this never happens.. then I came to conclusion that something

Re: [lwip-users] LWIP 2.0.3 strange behavior with MBEDTLS

2017-11-13 Thread goldsi...@gmx.de
antonio wrote: I am using Lwip-2.0.3 and running a basic HTTPS MbedTLS application to request MyIP. When I connect the application to a server running on my PC, it works fine, but when I try to connect to a remote server "api.ipify.org" I quickly run out of heap bcz LWIP is consumes much memory.

[lwip-users] LWIP 2.0.3 strange behavior with MBEDTLS

2017-11-13 Thread antonio
Hi all, I have a strange memory issue, that I'd like help with. I am using Lwip-2.0.3 and running a basic HTTPS MbedTLS application to request MyIP. When I connect the application to a server running on my PC, it works fine, but when I try to connect to a remote server "api.ipify.org" I