lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #36153] TCP Cheksum error if LWIP_CHECKSUM_ON_COPY=1


From: Alexander
Subject: [lwip-devel] [bug #36153] TCP Cheksum error if LWIP_CHECKSUM_ON_COPY=1
Date: Fri, 13 Apr 2012 09:03:02 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0

Follow-up Comment #7, bug #36153 (project lwip):

OK. through the debug I found that bug reproducing
depending on TCP_SND_BUF option.
total len of data is 4337 but my TCP_SND_BUF is 4096
if I set TCP_SND_BUF to 5120 (slightly more than 4337) error does not occur
(what is your TCP_SND_BUF opt on win32?). 

//all my TCP options 
#define LWIP_TCP                 1
#define TCP_SND_BUF              (1024*4)
#define MEMP_NUM_TCP_SEG         16
#define TCP_SND_QUEUELEN         16
#define TCP_MSS                  1460


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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