Skip to main content
cellulenumerique
Associate II
November 18, 2011
Question

max flow with lwip, for 4 tcp serveur

  • November 18, 2011
  • 2 replies
  • 627 views
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 72Mhz

I try with board KEIL STM32C and ST STM3210C-EVAL. The problem is the same

thank

    This topic has been closed for replies.

    2 replies

    amin23
    Visitor II
    November 23, 2011
    Posted on November 23, 2011 at 13:43

    Hi,

    your application based on an RTOS or standalone.

    cellulenumerique
    Associate II
    December 9, 2011
    Posted on December 09, 2011 at 23:26

    i m on standalone.

    i use LWIP 1.3.2 and stm32F107VC at 72mhz