master
Harald Wolff 2019-03-26 12:53:55 +01:00
parent 5f22d9cfcc
commit 8d81cf2322
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace ln.snmp
public UdpClient LocalEndpoint { get; private set; }
public int Timeout { get; set; } = 1000;
public int Timeout { get; set; } = 2500;
private Dictionary<int, SnmpMessage> queuedRequests = new Dictionary<int, SnmpMessage>();
private bool shutdown = false;