lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: lwip-users Digest, Vol 67, Issue 11


From: Chen
Subject: [lwip-users] Re: lwip-users Digest, Vol 67, Issue 11
Date: Thu, 05 Mar 2009 12:44:26 -0500

I am confused:

"#define PBUF_POOL_BUFSIZE       500" is not the packet size (I can see packet of 1460 bytes from Wireshark), how does it affect the tx buffer?

>>>>>>>>>>>>>

By setting PBUF_POOL_SIZE to 16, and with each pbuf at 500 bytes (as
specified in your lwipopts.h) you've got a maximum of 7500 bytes of
buffering for all the users of pool pbufs.

reply via email to

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