]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Added assertions where PBUF_RAM pbufs are used and an assumption is made that this...
authorgoldsimon <goldsimon>
Tue, 3 Jul 2007 20:28:35 +0000 (20:28 +0000)
committergoldsimon <goldsimon>
Tue, 3 Jul 2007 20:28:35 +0000 (20:28 +0000)
commiteb875de67e5d5c0b1216aa4308dcdc11dc51a7a5
treeb5bd2bfc9138c2d527d724c5bc88cd8ba748f18a
parent2a77b9fcc74ba8715e7c725d1d880883b36c813f
Added assertions where PBUF_RAM pbufs are used and an assumption is made that this pbuf is in one piece (i.e. not chained). These assumptions clash with the possibility of converting to fully pool-based pbuf implementations, where PBUF_RAM pbufs might be chained.
13 files changed:
CHANGELOG
src/api/api_lib.c
src/core/dhcp.c
src/core/ipv4/icmp.c
src/core/ipv4/igmp.c
src/core/ipv4/ip.c
src/core/ipv4/ip_frag.c
src/core/ipv6/icmp6.c
src/core/pbuf.c
src/core/tcp_out.c
src/core/udp.c
src/netif/etharp.c
src/netif/loopif.c