lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Allocate a netbuf to send with netconn_write


From: markus . forrer
Subject: Re: [lwip-users] Allocate a netbuf to send with netconn_write
Date: Thu, 3 Oct 2013 09:14:27 +0200 (CEST)

Hi Ueli

Thank you for your answer.


> You can pass a "normal" buffer 
> to netconn_write along with
> the flag NETCONN_COPY to send 
> your data.

That is the solution I do right now. But I would prefer to use a lwip buffer 
instead to avoid copying the data again. lwip offers to use buffers. So I think 
that would be a nice idea.


Best regards.
Markus




reply via email to

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