lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp connection problem


From: Kieran Mansley
Subject: Re: [lwip-users] tcp connection problem
Date: Thu, 31 Aug 2006 14:12:51 +0100

On Thu, 2006-08-31 at 15:03 +0200, address@hidden wrote:
> hello,
>  
> I am using FreeRTOS  4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) 
> work fine and is stable I hope.
> I have problem with TCP. I make http server. Ather telnet ip 80 connection is 
> made (TCP_DEBUG: TCP connection established ...->80) and then OS crashes. I 
> did analise => OS is halt on TCP_EVENT_ACCEPT(pcb, ERR_OK, err); in tcp_in.c 
> (tcp_process). Have you any ideas?
>  

Sounds like it's having some problem dereferencing the pointer to the
accept callback.  This callback is called whenever a new connection is
established. 

Kieran





reply via email to

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