Fixed comment to our flag names

This commit is contained in:
goldsimon 2010-02-12 16:30:58 +00:00
parent d3635c5eef
commit 82e4716784

View File

@ -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 /* this code does not allow upper layer to share a UDP port for
listening to broadcast or multicast traffic (See SO_REUSE_ADDR and listening to broadcast or multicast traffic (See SO_REUSEADDR and
SO_REUSE_PORT under *BSD). TODO: See where it fits instead, OR SO_REUSEPORT under *BSD). TODO: See where it fits instead, OR
combine with implementation of UDP PCB flags. Leon Woestenberg. */ combine with implementation of UDP PCB flags. Leon Woestenberg. */
#ifdef LWIP_UDP_TODO #ifdef LWIP_UDP_TODO
/* port matches that of PCB in list? */ /* port matches that of PCB in list? */