lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] netconn_write semantic with NETCONN_NOCOPY flag


From: MaX
Subject: [lwip-users] netconn_write semantic with NETCONN_NOCOPY flag
Date: Sat, 24 Sep 2011 01:34:29 +0100

Hi,

I'm looking to the netconn interface and I don't completely understand the semantic of the netconn_write.
The signature of the function is:

err netcon_write(struct netcon * aNetcon, void* aData, size_t, aSize, u8_t API_Flags);

With the NETCONN_NOCOPY flag, the data should remain unattached until it has been transmitted. 
Therefore, what mechanisms can I use to know when a sent buffer can be reused in a safe way?

Thanks,
Massimiliano

P.S. I think lwIP is really a nice project =)

reply via email to

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