lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Raw TCP/IP interface - tcpip_init


From: Prateek Jain
Subject: Re: [lwip-users] Raw TCP/IP interface - tcpip_init
Date: Mon, 17 Oct 2005 11:52:02 +0530

Hi,
 
 Thanks a lot for your reply ..It was very helpful..
 
I am able to establish a PPP session along with Raw api interface (of course with a call to tcpip_init)...
 
Now I guess I don't have to call timer function as suggested by you...I will try it out...
 
Once again thanks a lot..
 
Regards,
Prateek
 
On 10/12/05, Andreas Becker <address@hidden> wrote:
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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users



reply via email to

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