Am 20. Februar 2020 17:00:46 MEZ schrieb eitan via lwip-users 
<lwip-users@nongnu.org>:
>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

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to