On Thu, Mar 24, 2011 at 10:28:25PM -0400, Brendan Tauras wrote:
> #define NETSNMP_CALLBACK_OP_CONNECT4
> #define NETSNMP_CALLBACK_OP_DISCONNECT5
>
> I have seen callback message types 1, 2, and possibly type 3. But I
> have not seen message types 4 and 5. Do these messages correspond to
Hello,
I am successfully getting callbacks in a SNMP polling program, and I
noticed that there are different callback message types as per
snmp_api.h:
#define NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE 1
#define NETSNMP_CALLBACK_OP_TIMED_OUT 2
#define NETSNMP_CALLBACK_OP_SEND_FAILED 3
#define