max flow with lwip, for 4 tcp serveur
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-18 5:36 AM
Posted on November 18, 2011 at 14:36
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 samethank
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-23 4:43 AM
Posted on November 23, 2011 at 13:43
Hi,
your application based on an RTOS or standalone.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-12-09 2:26 PM
Posted on December 09, 2011 at 23:26
i m on standalone.
i use LWIP 1.3.2 and stm32F107VC at 72mhz