lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] using etharp from ethernetif


From: Sergio PérezAlcañiz
Subject: Re: [lwip-users] using etharp from ethernetif
Date: Fri, 02 May 2003 11:34:20 +0200 (CEST)
User-agent: IMP/PHP IMAP webmail program 2.2.3

Hello, Leon. Thanks for your help. The problem was exactly hwaddr_len, which I
didn't initialise it. Now everything works fine.

Regards.
Sergio.

Mensaje citado por: Leon Woestenberg <address@hidden>:

> 
> Hello Sergio,
> 
> Some suggestions:
> 
> - make sure you have initialized "netif->hwaddr_len" to 6 in your netif
> driver initialization.
> - see if etharp.c sends ARP packets on the link.
> - Generally, if you have DEBUGF output available, you might add more
> debug
> statements
>    to etharp.c to see whether your destination MAC addresses can be
> resolved.
> - Use ETHARP_DEBUGF to see if etharp.c builds an ARP table.
> 
> - disable ETHARP_QUEUEING (this is rather new code).
> 
> Regards,
> 
> Leon.
> 



===========================================================================
Sergio Pérez Alcañiz    Mail to: <address@hidden>
WWW: http://canals.disca.upv.es/~serpeal
Departamento de Informática de Sistemas y Computadores
Universidad Politécnica de Valencia
Visit: RTL-lwIP project - A RT-Linux Lightweight TCP/IP stack
WWW: http://canals.disca.upv.es/~serpeal/RTL-lwIP/htmlFiles/index.html
===========================================================================





reply via email to

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