lwip-users
[Top][All Lists]
Advanced

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

AW: [lwip-users] [Q] In non-OS environment, is it possible to dea l with


From: Zschocke, Florian
Subject: AW: [lwip-users] [Q] In non-OS environment, is it possible to dea l with multi-connection situation?
Date: Tue, 8 Jul 2003 08:40:29 +0200

Cho, joon-woo wrote on Dienstag, 8. Juli 2003 07:51:

> In non-OS environment(single thread), is it possible to deal
> with 
> 
> multi-connection situation like server?

Yes, that is possible. If you use the BSD Socket API that is not much of a
burden, you simply make use of the select() call. That works for both UDP
and TCP sockets.

Florian.




reply via email to

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