[This is preliminary documentation and subject to change.]
The WinSNMP manager application can request that the Microsoft WinSNMP implementation execute the application's retransmission policy. When the implementation manages retransmission, it uses the time-out period and the retry count values in its database.
The implementation identifies the default retransmission mode in a return value from the SnmpStartup function during initialization. The mode can be one of the following values:
Value | Meaning |
---|---|
SNMPAPI_ON | The implementation is executing the application's retransmission policy. |
SNMPAPI_OFF | The implementation is not executing the application's retransmission policy. |
A WinSNMP manager application can retrieve the current retransmission mode in effect for the implementation with a call to the SnmpGetRetransmitMode function at any time. The WinSNMP Manager API provides other database functions that simplify management of the retransmission policy.
At any time during program execution, the WinSNMP manager application can adjust execution of the policy by performing one of the following steps:
The manager application can execute its own retransmission policy. In this case, execution may or may not be based on the values in the database.