Newest mbed TCP/IP API
Topic last updated
04 Aug 2012, by
steve childress.
1 reply
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.
Replies
Hi Steve,
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
Please log in to post a reply.
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.