This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000613] New: No retransmission of INFORM packets


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000613

           Summary: No retransmission of INFORM packets
           Product: eCos
           Version: CVS
          Platform: Other (please specify)
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: SNMP
        AssignedTo: bartv@ecoscentric.com
        ReportedBy: danny@channelot.com
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


The SNMP agent does not retransmit INFORM packets.  Two issues I've noticed:
1. The retries and the timeout fields of the inform session are not set
(initialized to 0 by default).
2. While sending the INFORM (typically from a thread other than the snmpd
thread), the snmpd thread is waiting on select() without any timeout.  Usually
snmp_select_info() should figure out if timeout is needed, however, when the
INFORM is sent the snmpd thread is already blocked on select().


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]