From 8d81cf232242338a94390e3e8105d0da5825856c Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Tue, 26 Mar 2019 12:53:55 +0100 Subject: [PATCH] WIP --- SNMPEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNMPEngine.cs b/SNMPEngine.cs index 7043aee..a8d95fa 100644 --- a/SNMPEngine.cs +++ b/SNMPEngine.cs @@ -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 queuedRequests = new Dictionary(); private bool shutdown = false;