[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #50914] TCP server don't update the ack num
From: |
Joel Cunningham |
Subject: |
[lwip-devel] [bug #50914] TCP server don't update the ack num |
Date: |
Thu, 11 May 2017 09:45:48 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30 |
Follow-up Comment #14, bug #50914 (project lwip):
> Clearly, checksum-on-copy should be faster, which is why it is the default.
However, your log output indicates there's a problem with this and the
generated checksum is off by one.
I believe checksum-on-copy is off by default. From opt.h:
/**
* LWIP_CHECKSUM_ON_COPY==1: Calculate checksum when copying data from
* application buffers to pbufs.
*/
#if !defined LWIP_CHECKSUM_ON_COPY || defined __DOXYGEN__
#define LWIP_CHECKSUM_ON_COPY 0
#endif
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?50914>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #50914] TCP server don't update the ack num, (continued)
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/04
- [lwip-devel] [bug #50914] TCP server don't update the ack num, shilei yu, 2017/05/05
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/05
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/05
- [lwip-devel] [bug #50914] TCP server don't update the ack num, shilei yu, 2017/05/05
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/08
- [lwip-devel] [bug #50914] TCP server don't update the ack num, shilei yu, 2017/05/11
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/11
- [lwip-devel] [bug #50914] TCP server don't update the ack num, shilei yu, 2017/05/11
- [lwip-devel] [bug #50914] TCP server don't update the ack num, shilei yu, 2017/05/11
- [lwip-devel] [bug #50914] TCP server don't update the ack num,
Joel Cunningham <=
- [lwip-devel] [bug #50914] TCP server don't update the ack num, Simon Goldschmidt, 2017/05/11
- [lwip-devel] [bug #50914] TCP_CHECKSUM_ON_COPY when adding data to retransmission, Simon Goldschmidt, 2017/05/11