Hi, 

I have a other opinion than Bertrik:
tcpip_init  ( the {Net- ^ Socket-} API) and the Raw-API can be used together.
1) The Raw-Api Applications run in the same context of the thread created by 
tcpip_init. Your Application runs in another thread.

2 + 3) since lwip 0.7.3?? this is done for you by the tcpip-Module with a 
call to tcp_timer_needed()  and than tcpip_tcp_timer(). You don't need to 
take care about it. This calls are always in the contetext of the 
TCPIP-Thread.

Hope it helps,

-- 
MEng Dipl.-Ing.(FH) Andreas Becker
Entwicklung

dSys e.K.
Soeflinger Str. 100
D-89077 Ulm
Tel:  +49.731.151579-1
Fax: +49.731.151579-9
web: www.dsys.de


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to