lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip socket is stable


From: Kieran Mansley
Subject: Re: [lwip-users] lwip socket is stable
Date: Thu, 11 Aug 2011 15:43:45 +0100

On Thu, 2011-08-11 at 14:27 +0000, vincent cui wrote:
> I mean lwIP socket code is without error correction .

If you use a SOCK_STREAM socket it will be reliable, and in order, as
for any SOCK_STREAM socket on any other system.  If you use a SOCK_DGRAM
socket it will (again, as for other systems) be unreliable and
potentially out of order.  

> I will port BOA webserver base on lwIP..is it feasible ?

No idea; I've no experience of that webserver I'm afraid.

Kieran




reply via email to

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