|
From: | Tyrel Newton |
Subject: | [lwip-users] buffering outgoing packets |
Date: | Thu, 29 Apr 2010 17:43:17 -0700 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
/** If we cannot send the packet immediately, then make a copy of the whole packet * into a separate pbuf and store it in the send queue. We cannot enqueue the pbuf
* as is since parts of the pbuf may be modified inside lwIP. */I'm wondering if there is any truth to this statement. Do outgoing packets that are queued at the network interface driver level really need to be copied verbatim into a separate buffer? This seems counter-intuitive to lwIP's low-memory usage design goals.
Thanks, Tyrel
[Prev in Thread] | Current Thread | [Next in Thread] |