lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #45085] pbuf_header fails in tcp_input on rx pbuf from


From: Wilfred
Subject: [lwip-devel] [bug #45085] pbuf_header fails in tcp_input on rx pbuf from win32 pcap netif
Date: Wed, 13 May 2015 03:43:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36

Follow-up Comment #2, bug #45085 (project lwip):

I am using the default values that were set in this file. The original values
are shown below commented out. I also tried to increase the sizes (after
receiving your email) as shown by the new values below, but I still get an
assert.

//#define PBUF_POOL_SIZE          120
#define PBUF_POOL_SIZE          500

//#define PBUF_POOL_BUFSIZE       128
#define PBUF_POOL_BUFSIZE       1500

What's weird is that the application is still working after the assert. Could
it be related to our application that may send large buffers (up to 8K) via
one call to netconn_write as follows:
      err=netconn_write(ncon, data, len, NETCONN_COPY);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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