Re: [Pysnmp-dev] Timeout calculation bug
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2007-11-23 10:36:47
|
Fixed in CVS. Thanks for digging this up so clearly! > Anyway, I changed the calculation to: > > float(timeout)/100.0 + time.time() > > and now everything seems to be running as expected without unexpected > retransmits. |