Prepared some SNMP options.

This commit is contained in:
christiaans 2006-06-19 13:03:09 +00:00
parent d821277430
commit 09707a3e81

View File

@ -244,6 +244,16 @@ a lot of data that needs to be copied, this should be set high. */
#define DHCP_DOES_ARP_CHECK 1
#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 ---------- */
#ifndef LWIP_UDP
#define LWIP_UDP 1