lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip CHANGELOG src/core/udp.c


From: Simon Goldschmidt
Subject: [lwip-commits] lwip CHANGELOG src/core/udp.c
Date: Fri, 30 Nov 2007 08:55:15 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Simon Goldschmidt <goldsimon>   07/11/30 08:55:15

Modified files:
        .              : CHANGELOG 
        src/core       : udp.c 

Log message:
        first attempt to fix bug #21655 (DHCP doesn't work reliably with 
multiple netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are 
passed to netif->dhcp->pcb only (if that exists) and not to any other pcb for 
the same port (only solution to let UDP pcbs 'bind' to a netif instead of an IP 
address)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.262&r2=1.263
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/udp.c?cvsroot=lwip&r1=1.103&r2=1.104




reply via email to

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