mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
f92d6702bc
* Lwip declares msghdr->msg_iovlen as int, but when using external socket headers, some systems declare msg_iovlen as size_t or others. * This patch creates a new type msg_iovlen_t and expects users to typedef it to the type they need for their system. |
||
---|---|---|
.. | ||
api | ||
arch | ||
core | ||
dhcp | ||
etharp | ||
ip4 | ||
ip6 | ||
mdns | ||
mqtt | ||
tcp | ||
udp | ||
Filelists.cmake | ||
Filelists.mk | ||
lwip_check.h | ||
lwip_unittests.c | ||
lwipopts.h |