lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwIP RAW - Low throughput during first few seconds


From: Sergio R. Caprile
Subject: Re: [lwip-users] lwIP RAW - Low throughput during first few seconds
Date: Fri, 29 Jun 2018 09:44:40 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

I don't know what you are doing 'cause you don't say, but if you are
using NO_SYS=1 there must be a main loop calling sys_check_timeouts() as
frequently as possible, it takes care of all timeouts.

You should check if your frames carrying your TCP SYNs are being
delivered or get lost in the driver.

Another frequent source of error is not polling the receiver frequently
enough, and when doing it, not retrieving ALL frames it got. The first
one is a user fault, the second is a driver fault.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]