Newest mbed TCP/IP API

04 Aug 2012

Does this implementation support Adaptive TCP Timeouts? This option is needed on links that sometimes have long delays, like cellular data which is often 300-1500mSec round trip.

04 Aug 2012

Hi Steve,

steve childress wrote:

Does this implementation support Adaptive TCP Timeouts? This option is needed on links that sometimes have long delays, like cellular data which is often 300-1500mSec round trip.

That's a very interesting question.

As you may have noticed, our TCP/IP stack is based on lwIP.

lwIP is a widely used open source TCP/IP stack designed for embedded systems that has been deployed in a wide range of embedded applications.

I guess this is the right type of question to be posted in one of the lwIP mailing lists:

Cheers, Emilio