Re: [lwip-users] tcp_write function merges 2 different packets while sending

2019-12-23 Thread Urvi
Thank you Everyone for your reply. First of all I am using TLS/SSL handshaking over lwIP for my IoT application. So I can't opt for UDP instaed of TCP. Second thing is that all data packets of any size (i.e. 6/45/51/384/854 bytes) are generated by TLS library at the time of handshaking. So I don't

[lwip-users] tcp_write function merges 2 different packets while sending

2019-12-20 Thread Urvi
Hi Everyone, I am using lwIP stack for my application where my device acts as a client. During communication with the server, device sends data packets using tcp_write() and then calls tcp_output() function to send data immediately. But when I send 1 data packet of size=6 bytes (call tcp_write()

[lwip-users] http web server migrate from lwip 1.4.1 to lwip 2.0.2

2019-07-18 Thread Urvi
Hi All, I have implemented http web server application using lwip 1.4.1 and it's working fine. Now I want to upgrade it to lwip 2.0.2. It is not working and it goes into loader_exit i.e. fault ISR of system. (I am using TIVA TM4C1294 IC). Please provide me the steps required to upgrade the same.