[lwip-users] Delay grows after consecutive sends

2018-03-12 Thread Brian dina
Hello, I am using a Xilinx board with a Microblaze processor to run the echo_server example code. I noticed that if I send 8 bytes at one second intervals that the delay from packets sent and packets received begins to grow. I don't feel like its a memory leak but have read online other people

Re: [lwip-users] Testing lwIP with new driver

2018-03-12 Thread Sergio R. Caprile
Well, I wrote a driver some years ago, and did port to generic Cortex-M using CMSIS. I wrote my driver as a generic piece of firmware and did all my tests there. All the stack stuff is responsibility of the stack maintainers (and they do quite a good job), so my responsibility is that my driver

[lwip-users] Testing lwIP with new driver

2018-03-12 Thread cookies_do
Hello everyone. I would like to know if someone has experience with general lwIP tests or general lwIP + port to Renesas test. This would include stress tests for UDP, TCP, ICMP (send all types of packets at the time or just one type of packets, eg. just ICMP). I want to know if there exist