On Thu, 2006-08-31 at 15:03 +0200, [EMAIL PROTECTED] 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



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

Reply via email to