SNMP implementaion

15 Nov 2011

I've been debugging some code including the SNMP provided on the site, but have run up against a memory allocation problem for multiple SNMP messages. On the the 3rd message embedded in a datagram, memp_alloc fails, presumably due to hitting the pool memory limit. As the structs being saved aren't that big I assume that I could increase the size of the pool - please can someone tell me how?

As an aside, it appears that SNMP won't work alongside code I've successfully debugged running an HTTP server - surely they must co-exist?