[AGENT++] bug in snmp++ 3.2

Jochen Katz katz at agentpp.com
Fri Nov 5 22:50:42 CET 2004


This will be fixed in the next release.

Regards,
   Jochen

徐漫江 wrote:
> eventlistholder.cpp line 257:
> fd_timeout.tv_usec = (max_block_milliseconds % 10000) * 1000;
>                                                ^^^^^
> should be:
> 
> fd_timeout.tv_usec = (max_block_milliseconds % 1000) * 1000;		
> 
>         Xu Manjiang
>         xumj at naritech.cn
>           2004-11-04
> 
> 



More information about the AGENTPP mailing list