mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-10 07:13:59 +00:00
Prepared some SNMP options.
This commit is contained in:
parent
d821277430
commit
09707a3e81
@ -244,6 +244,16 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
#define DHCP_DOES_ARP_CHECK 1
|
#define DHCP_DOES_ARP_CHECK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* ---------- SNMP options ---------- */
|
||||||
|
/** @todo SNMP isn't functional yet. */
|
||||||
|
#ifndef LWIP_SNMP
|
||||||
|
#define LWIP_SNMP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef SNMP_PRIVATE_MIB
|
||||||
|
#define SNMP_PRIVATE_MIB 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ---------- UDP options ---------- */
|
/* ---------- UDP options ---------- */
|
||||||
#ifndef LWIP_UDP
|
#ifndef LWIP_UDP
|
||||||
#define LWIP_UDP 1
|
#define LWIP_UDP 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user