Hi,

I recently started working with net-snmp-5.8. I had a query over a change that 
was made to agentx_parse() in agent/mibgroup/agentx/protocol.c. I noticed that 
the buffer of  SNMP_MAX_MSG_SIZE (1472) in net-snmp-5.7.3 has been replaced 
with the size 65536 in net-snmp-5.8.

u_char buffer[65536];

I didn't find any clarification in the ChangeLogs for this large increase of 
size. Can this size be reduced? It would be of great help if anyone can clear 
me out on this since my application has memory constraints.

Thanks,
Anjali S. Vijay

_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to