lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LwIP tweaking the TCP stack behavior


From: goldsimon
Subject: Re: [lwip-users] LwIP tweaking the TCP stack behavior
Date: Thu, 20 Feb 2020 17:12:00 +0100
User-agent: K-9 Mail for Android


Am 20. Februar 2020 17:00:46 MEZ schrieb eitan via lwip-users <address@hidden>:
>Hello,
>
>I have a small device that sends data over TCP at a fast rate, this is
>a
>small and not very cable hardware.
>Now, LwIP is (as it should) maintains an acknowledge Q of ACKed packets
>so
>it could re-transmit if it has to.
>In my implementation, there is no need to handle ACKs at all.

Short answer: disable the whole tcp code by setting LWIP_TCP to 0 and implement 
it yourself by using raw a pcb.

You won't easily do this by changing our tcp code.

And yes, I wouldn't do this at all ;-)

Regards,
Simon



reply via email to

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