lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #51033] LWIP_ASSERT while doing repetitive transmissio


From: preet
Subject: [lwip-devel] [bug #51033] LWIP_ASSERT while doing repetitive transmission
Date: Mon, 15 May 2017 21:59:02 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

Follow-up Comment #1, bug #51033 (project lwip):

As I as fiddling with the LWIP options, it looks like I introduced this
problem.  When I use the default settings, then it works:


#define TCP_SND_BUF                     (5 * TCP_MSS)

//#define TCP_SND_QUEUELEN                (10)            ///< TCP sender
buffer space (pbufs).  Must be at least (2 * TCP_SND_BUF/TCP_MSS)
//#define TCP_SNDLOWAT                    (1 * TCP_MSS)   ///< TCP writable
space (bytes) bofore a socket becomes writable.  This must be less than
TCP_SND_BUF
//#define TCP_SNDQUEUELOWAT               (1)             ///< TCP writable
bufs (pbuf count), when select becomes writable.  This must be less than
TCP_SND_QUEUELEN




Uncommenting the options above makes it hit the assertion but commenting them
out to revert to the defaults at opts.h makes it work.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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