lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] non-blocking tcp connect


From: Leon Woestenberg
Subject: Re: [lwip-users] non-blocking tcp connect
Date: Sat, 13 Mar 2004 18:12:40 +0100
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

Hello,

address@hidden wrote:

Would someone tell me if non-blocking tcp connect has been implemented in lwip or not? So far, it seems to me that lwip only has the blocking tcp connect call.

Yes, using the callback API, one can simply do a tcp_connect() or tcp_listen() and have your callback function invoked when the connected
is established.

I am not sure if there is a non-blocking socket layer call though.

Regards,

Leon.




reply via email to

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