lwip-devel
[Top][All Lists]
Advanced

[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: Simon Goldschmidt
Subject: [lwip-devel] [bug #50914] TCP server don't update the ack num
Date: Thu, 11 May 2017 03:25:56 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

Follow-up Comment #12, bug #50914 (project lwip):

LWIP_CHECKSUM_ON_COPY
== 1: for headers, checksum is calculated byte by byte when the header is
filled; for data, checksum is created during memcpy when the data is already
in the processor's registers
== 0: first headers and data are put in place and just before transmitting,
checksum is created by fetching all bytes into the processor's registers again
and summing them up.

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.

Could you post such a log? Hopefully, I can see which segments sizes where
sent.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?50914>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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