lwip/src
2007-08-31 09:42:32 +00:00
..
api Add netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249 "Split netbuf functions from api/api_lib". Now netbuf API is independant of netconn, and can be used with other API (application based on raw API, or future "socket2" API). Ports maintainers just have to add src/api/netbuf.c in their makefile/projects. 2007-08-30 16:55:10 +00:00
core Minor fix (else, cause build error). Since SO_REUSE is always used in the code (even if the current code is not working), it is defined in opt.h with 0 as default value (it's normal). So, the error is not if it is defined, but if it is defined to 1. 2007-08-31 09:42:32 +00:00
include Put back in SO_REUSE 2007-08-30 22:41:24 +00:00
netif Minor fix (use ETHARP_HWADDR_LEN) 2007-08-31 09:02:53 +00:00
FILES Minor fix (tab, indent...) to respect source code style... 2007-05-04 15:14:14 +00:00