lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Set aside a small UDP buffer?


From: Kieran Mansley
Subject: Re: [lwip-users] Set aside a small UDP buffer?
Date: Wed, 27 Oct 2010 20:48:34 +0100

On 27 Oct 2010, at 20:22, Chen wrote:

> How can I allocate such a small buffer for UDP2?

I don't think you can without customising the stack somewhat.  You could 
probably get close by just setting a small receive buffer on that socket, but I 
think this would result in new data being thrown away when the buffer was full, 
rather than the old data being thrown away and replaced with the new.

Kieran


reply via email to

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