[lwip-users] Potential pbuf corruption at high data rate

2019-04-18 Thread Feichen Shen
Hi, I think this is an issue with LWIP. I have described the problem and provided the code at Xilinx Forum. The problem occurs when receiving UDP packet at high TX data rate. The issue result in wrong reference pointer to target packet ID returned by lwip_recv or netconn_recv. Ethernet NIC receive

[lwip-users] Code control getting stuck in "LWIP_ASSERT("unsent_oversize mismatch (pcb vs. last_unsent)",pcb->unsent_oversize == last_unsent->oversize_left); "

2019-04-18 Thread rahul.mane .
Hello,  I am using LWIP stack (2.0.2) with pppos.I have NXP MC5748 board with SIM800c interface with one UART channel.I have used AT commands to configure GSM module.  I am trying to send data to server using LWIP socket programming. Steps of programming: 1. lwip_socket(PF_INET, SOCK_STREAM, 0);

Re: [lwip-users] ERR_ABRT: Out of pcbs or netconns

2019-04-18 Thread Simon Goldschmidt
On 18.04.19 11:06, tirmalabenikasibeni wrote: goldsi...@gmx.de wrote Which code? In the initial code , or revised one: There's no code here. I guess the problem is that you're using nabble while this is a maili

[lwip-users] LWIP http keep_alive problem

2019-04-18 Thread tomek wilkxt
Hi I use from 3 years Lwip and http server and it works well. I have some xml file on serwer with browser GET by js script. Now I want to add TLS to http and I use mbedTLS library. The problem is that every download of an xml file is a new http(tcp) connection and that's what the new TLS negotiatio

Re: [lwip-users] ERR_ABRT: Out of pcbs or netconns

2019-04-18 Thread tirmalabenikasibeni
goldsi...@gmx.de wrote > Which code? In the initial code , or revised one: -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list lw

Re: [lwip-users] LWIP altcp_mbedtls webserver performance issue

2019-04-18 Thread Simon Goldschmidt
Amr Elsayed wrote: > Thank you for the response, Can you share with me the chip name for the RSA ? No, sorry, I'm not involved in the details there. But as Tomek wrote, the ATECC508A (or also the ATECC608A) should do a good job for ECDH. > I have implemented  the cryptography hardware accelerator

Re: [lwip-users] LWIP altcp_mbedtls webserver performance issue

2019-04-18 Thread tomek wilkxt
Hi You may use https://www.microchip.com/wwwproducts/en/atecc508a to ECDHA czw., 18 kwi 2019 o 10:04 Amr Elsayed napisał(a): > Dear Simon, > Thank you for the response, Can you share with me the chip name for the > RSA ? I have implemented the cryptography hardware accelerators on mbedtls > lib

Re: [lwip-users] LWIP altcp_mbedtls webserver performance issue

2019-04-18 Thread Amr Elsayed
Dear Simon, Thank you for the response, Can you share with me the chip name for the RSA ? I have implemented the cryptography hardware accelerators on mbedtls library from ST examples, the accelerators are used in AES, DES, MD5, SHA1, SHA256 , and Entropy for the random generator. that's why the e