lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] transmit data using udp in raw mode


From: Kieran Mansley
Subject: Re: [lwip-users] transmit data using udp in raw mode
Date: Fri, 18 Sep 2009 16:53:22 +0100

On Fri, 2009-09-18 at 08:30 -0700, bobbyb wrote:
> What can i do if that is the problem? I tried switching to the generic driver
> and that doesn't work at all.

Trace through the code till you find out what's going wrong.  E.g. first
check that netif->linkoutput() is getting called.  If it is, follow the
packet through the driver until it either makes it out onto the wire or
you find the problem.

Kieran





reply via email to

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