lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip/src include/netif/etharp.h netif/etharp.c


From: Leon Woestenberg
Subject: [lwip-commits] lwip/src include/netif/etharp.h netif/etharp.c
Date: Sun, 28 Nov 2004 13:06:32 -0500

CVSROOT:        /cvsroot/lwip
Module name:    lwip
Branch:         
Changes by:     Leon Woestenberg <address@hidden>       04/11/28 18:00:20

Modified files:
        src/include/netif: etharp.h 
        src/netif      : etharp.c 

Log message:
        Prevented a race condition between a new ARP request and the ARP timer.
        Timeouts stay the same (halved the ARP timer, doubled the counts), but
        ETHARP_MAX_PENDING should be at least 2 to prevent it from reaching 0 
right away,
        giving too little time for any ARP responses to be noted.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lwip/lwip/src/include/netif/etharp.h.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lwip/lwip/src/netif/etharp.c.diff?tr1=1.84&tr2=1.85&r1=text&r2=text





reply via email to

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