lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Blocking functions questions


From: Zschocke, Florian
Subject: Re: [lwip-users] Blocking functions questions
Date: Mon, 29 Sep 2003 13:47:49 +0200

Kieran Mansley wrote on Montag, 29. September 2003 13:38:

> Use setsockopt() in the same way you would if you weren't using
> lwip.  

Almost, it's an ioctl() call. :)

int one = 1;
ioctl( sockfd, FIONBIO, &one );

Florian.




reply via email to

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