[SNMP4J] fastest way of sendign an SNMP message

Frank Fock fock at agentpp.com
Thu Aug 17 12:06:28 CEST 2006


Hi,

The solution is pretty simple:

snmp.send(pdu, target);

Since the above call returns null for traps/notifications
anyway.

Best regards,
Frank

k b wrote:
> Hi.
> I am implementing a small SNMP version 2c notification
> sender.
> 
> I send the message using
> ResponseEvent response = snmp.send(pdu, target);
> 
> however, as i need the implementation to as fast as
> possible, i do not care about the responese, and i
> would like to just send the notification and never
> care about the response. How should i send the message
> to send it as fast as possible?
> 
> 
> thanks
> kb
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

-- 
AGENT++
http://www.agentpp.com
http://www.mibexplorer.com
http://www.mibdesigner.com




More information about the SNMP4J mailing list