On Thu, 2009-08-27 at 17:23 +1000, Mykola Kyrylenko wrote:
> Hi,
> 
> I am trying to get LwIP working on a STR912 processor, using callback
> (no OS).
> It all compiles well, and ICMP works (I can ping the device).
> 
> When trying to connect to a TCP socket (httpd, telnetd or netio), the
> connection does not get established.
> Comparing with Ethereal, the packet appears to be interpreted correctly,
> and passes through 'ethernet_input()' and 'ip_input()' with no problems.
> It seems to bail out in 'tcp_process()'.

Can you get a packet capture with ethereal to show the packets that are
being sent and received?

Thanks

Kieran



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

Reply via email to