lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Is netconn/socket fullduplex still "really alpha"?


From: Ajay Bhargav
Subject: Re: [lwip-users] Is netconn/socket fullduplex still "really alpha"?
Date: Tue, 16 Nov 2021 23:36:42 +0530

Lwip packet processing is done in single thread and hence it's a sequential operation for either incoming or outgoing packets. It may be true.

Regards,
Ajay Bhargav

On Tue, Nov 16, 2021, 11:17 PM Grant Edwards <grant.b.edwards@gmail.com> wrote:
I've been reading up on netconn/sockets and thread-safety. At
https://www.nongnu.org/lwip/2_1_x/group__lwip__opts__netconn.html
it says this about the "fullduplex" option:

        "ATTENTION: This is currently really alpha!"

Is that accurate?

That presumably applies to the socket api also?

One of the main industrial protocol stacks we want to run requires
thread-safe socket operations (read from one thread, write from
another), so lwIP stable may not be usable for that product. [I don't
know if "close from a third" is required or not.]

--
Grant






_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

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