Re: Delay in snmptrap processing

2009-09-01 Thread Dave Shield
2009/8/31 Hiroshi Tsuji : > I looked at the source code and apparently the program stops at line #722 in > snmptrapd_log.c for about 5 seconds > "tstr = transport->f_fmtaddr(transport, > pdu->transport_data,pdu->transport_data_length)" That will probably end up calling "gethostbyaddr()" or si

Delay in snmptrap processing

2009-08-31 Thread Hiroshi Tsuji
I am experiencing some problems with timely reception of snmptraps using 5.5.pre2 and 5.5.rc.1 versions. But I have no problems when I use earlier NET-SNMP releases or when I use "-n" parameter to disable the name resolution function. I looked at the source code and apparently the program stops at