lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Non Blocking sockets on FreeRTOS


From: Angelo Brousalis
Subject: [lwip-users] Non Blocking sockets on FreeRTOS
Date: Thu, 6 Dec 2012 23:06:30 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hi,

I am trying to have non blocking sockets over FreeRTOS 6.1.0 on STM32F207 but it seems that I am missing something. My thread works fine when using :
t = 0;  ioctlsocket(mpsock, FIONBIO, &t);     // blocking socket
but it doesn't  when I am using :
t = 1;  ioctlsocket(mpsock, FIONBIO, &t);     //non  blocking socket

Is there anything else that I have to set/configure in order to use non-blocking sockets ?

Thanks in advance,

Angelo





reply via email to

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