mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
This commit is contained in:
parent
bb34d8cfd1
commit
766159e27e
@ -70,6 +70,9 @@ HISTORY
|
|||||||
* api_lib.c: Use memcpy in netbuf_copy_partial.
|
* api_lib.c: Use memcpy in netbuf_copy_partial.
|
||||||
|
|
||||||
++ Bug fixes:
|
++ Bug fixes:
|
||||||
|
2007-03-21 Frédéric Bernon
|
||||||
|
* opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
|
||||||
|
|
||||||
2007-03-21 Frédéric Bernon
|
2007-03-21 Frédéric Bernon
|
||||||
* api_msg.c, igmp.c, igmp.h: Fix C++ style comments
|
* api_msg.c, igmp.c, igmp.h: Fix C++ style comments
|
||||||
|
|
||||||
|
@ -379,6 +379,11 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
#define TCP_SNDLOWAT TCP_SND_BUF/2
|
#define TCP_SNDLOWAT TCP_SND_BUF/2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Support network interface callbacks */
|
||||||
|
#ifndef LWIP_NETIF_CALLBACK
|
||||||
|
#define LWIP_NETIF_CALLBACK 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Support loop interface (127.0.0.1) */
|
/* Support loop interface (127.0.0.1) */
|
||||||
#ifndef LWIP_HAVE_LOOPIF
|
#ifndef LWIP_HAVE_LOOPIF
|
||||||
#define LWIP_HAVE_LOOPIF 0
|
#define LWIP_HAVE_LOOPIF 0
|
||||||
|
Loading…
Reference in New Issue
Block a user