2011-11-18 05:36 AM
hi,
sorry for my english, but i'm french.I use the stack LWIP with stm32F107VC. I have create 4 TCP serveur (port 5001,5002,5003,5004).When a connect client of port TCP (exemple 5001), i send a string (1400 bytes) every 5,4ms.The data rate is about 2,4Mbits/s.But the problem is, if i connecte an others client of an others port (exemple 5002), and i send an others string (1400 bytes) every 5,4ms.then, serveur TCP generate an error of trafic TCP (look with wireshark) in a few minutes.So
,
I want to create
4
TCP server
that can
be sent to
10Mbit / s
each.
My systick is 10Khz and my sysclock is 72MhzI try with board KEIL STM32C and ST STM3210C-EVAL. The problem is the samethank2011-11-23 04:43 AM
Hi,
your application based on an RTOS or standalone.2011-12-09 02:26 PM
i m on standalone.
i use LWIP 1.3.2 and stm32F107VC at 72mhz