lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Problems with ASSERTION in tcp_in and tcp_out


From: Justin Bayles
Subject: Re: [lwip-users] Problems with ASSERTION in tcp_in and tcp_out
Date: Fri, 18 Jun 2004 10:59:40 +1000

Kieran,
You are a legend!!!
I was passing ip_input() into netif_add(). I had no idea that I was supposed to be using tcpip_input(). Problem solved. Thanks very much to you and Leon.
Justin


From: "K.J. Mansley" <address@hidden>
Reply-To: Mailing list for lwIP users <address@hidden>
To: Mailing list for lwIP users <address@hidden>
Subject: Re: [lwip-users] Problems with ASSERTION in tcp_in and tcp_out
Date: 17 Jun 2004 18:11:15 +0100

On Thu, 2004-06-17 at 17:50, Leon Woestenberg wrote:
> Hello Justin,
>
> Justin Bayles wrote:
>
> >> I am not into the netconn_ layer, but shouldn't the sysarch semaphores > >> already synchronize access to the TCP layer? I.e. are you really seeing
> >> concurrent access to both tcp_in and tcp_enqueue?
> >
> > There is no synchronisation in either tcp_in or tcp_out. I am definitely
> > seeing concurrent access to tcp_in and tcp_out.
> >
> Yes, the lwIP core does no synchronization whatsoever (by design). The
> higher layer should handle this.
>
> lwIP core = {tcp, udp, icmp, arp, ip}
>
> You said you where not using tcp_*() directly. What is your way of
> sending and receive from TCP? netconn_*()? I.e. what is your higher
> layer around the lwIP core?

And, if you are using the netconn_*() API, how are you injecting packets
received from the network into the stack?  Are you calling tcpip_input()
(which performs the synchronization), or bypassing that and going
straight to ip_input()?

Kieran



_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users

_________________________________________________________________
Protect your inbox from harmful viruses with new ninemsn Premium. Go to http://ninemsn.com.au/premium/landing.asp?banner=emailtag&referrer=hotmail





reply via email to

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