From 82e47167846f0b8399315ed37bbfc64bce38649e Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 12 Feb 2010 16:30:58 +0000 Subject: [PATCH] Fixed comment to our flag names --- src/core/udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/udp.c b/src/core/udp.c index 80e52a56..5a20cc67 100644 --- a/src/core/udp.c +++ b/src/core/udp.c @@ -598,8 +598,8 @@ udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) } /* this code does not allow upper layer to share a UDP port for - listening to broadcast or multicast traffic (See SO_REUSE_ADDR and - SO_REUSE_PORT under *BSD). TODO: See where it fits instead, OR + listening to broadcast or multicast traffic (See SO_REUSEADDR and + SO_REUSEPORT under *BSD). TODO: See where it fits instead, OR combine with implementation of UDP PCB flags. Leon Woestenberg. */ #ifdef LWIP_UDP_TODO /* port matches that of PCB in list? */