Hey,
I appear to be having trouble with mteTriggerTable timeouts on solaris.
In mteTriggerTable.c I have set mte_callback_sess->timeout = 60 * 1000000;
which appears to work initially. However, after a couple of exec scripts return non zero and traps are sent timeouts begin again. As a result, I only receive extResult.1.
As I was stepping through the code around snmp_api.c:4701
if (pdu->flags & UCD_MSG_FLAG_PDU_TIMEOUT) {
-> rp->timeout = pdu->time * 1000000L;
} else {
rp->timeout = session->timeout;
}The code went into "rp->timeout = pdu->time * 1000000L;" and pdu->time is '0' Is this correct?
My session->timeout; was never used and I my sessions are timing out as the exec scripts take 30 seconds to complete.
-- Allan McIntosh
Software Designer
Atreus Systems, Inc.
613-233-1741 ext: 217 (Office)
613-233-8204 (Fax)
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
www.atreus-systems.com <http://www.atreus-systems.com/>
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
