>>>>> On Sun, 23 Nov 2008 23:56:59 +0900, "Hung Soo Park" <[EMAIL PROTECTED]> >>>>> said:
HSP> Is there any way to implement it with one session? or HSP> Do I need to create 3 different sessions ? You need either 3 different sessions or to modify the session before each call (which is ok to do for timeout values, unlike some others). HSP> What I want to do is to get response in 100mSec for first try, in 200mSec HSP> for Second try, and in 500mSec for third try. The best thing to do is add a new option to the library to signal something like an exponential back-off. I've wanted to add it for a long time but have failed to find the time to make it happen. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
