Re: Behavior of snmp_clone_pdu

2018-07-05 Thread Bart Van Assche
On 07/05/18 09:39, Ramki wrote: It is on Linux and I have already tried valgrind. It is not reporting any leaks or reachable memory during exit. Hello Ramki, Please do not reply at the top of an e-mail the previous reply was at the bottom. See also

Re: Behavior of snmp_clone_pdu

2018-07-05 Thread Ramki
Thanks for the reply. It is on Linux and I have already tried valgrind. It is not reporting any leaks or reachable memory during exit. Thanks Ramki On Thu, Jul 5, 2018 at 7:24 PM Bart Van Assche wrote: > On 07/05/18 01:21, Ramki wrote: > > We are implementing a SNMP agent using the NET SNMP

Re: Behavior of snmp_clone_pdu

2018-07-05 Thread Bart Van Assche
On 07/05/18 01:21, Ramki wrote: > We are implementing a SNMP agent using the NET SNMP library (C). > As part of the agent we need to handle the trap burst scenario (1250 > traps per second for 75 seconds). We have added a memory based queue > that reads SNMP from the netsnmp_session callback