]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c: Include...
authorfbernon <fbernon>
Fri, 11 May 2007 08:58:23 +0000 (08:58 +0000)
committerfbernon <fbernon>
Fri, 11 May 2007 08:58:23 +0000 (08:58 +0000)
commit9cf1390dc6df738e56c0ec0ff50385351399db4a
treeee0d89d9a314c8b153531017251a0ff50012766a
parent6a2e3237925e45f5082f8fdd62f1c2306049f5f7
sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c: Include a function pointer instead of a table index in the message to reduce footprint. Disable some part of lwip_send and lwip_sendto if some options are not set (LWIP_TCP, LWIP_UDP, LWIP_RAW).
CHANGELOG
src/api/api_lib.c
src/api/api_msg.c
src/api/netifapi.c
src/api/sockets.c
src/api/tcpip.c
src/include/lwip/api_msg.h
src/include/lwip/netifapi.h