This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lwip and select


Hello,

I am wondering if it is possible to use lwip sockets in a select function call (Not lwip_select). I want to wait on both a uart and a lwip socket at the same time but it doesn't seem to be working.

I have looked at the code and it seems like lwip only supports the lwip_select function, not the select function. Can anyone confirm this?

Assuming this is the case anyone looked at what's involved to make it work? What would a suggested alternative be? I know I could use a separate thread but that seems really over the top for what I am trying to achieve.

Thanks
Will

--
------------------------------------------------------------------------
Will Wagner                                     will_wagner@carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]