master
Harald Wolff 2019-03-29 13:57:09 +01:00
parent b8d1ef49b4
commit 69c30b60f2
3 changed files with 5265 additions and 0 deletions

View File

@ -158,6 +158,10 @@ namespace ln.snmp
{
lock (currentEndpoints)
{
if (currentEndpoints.ContainsKey(intf.RemoteEndpoint))
{
currentEndpoints[intf.RemoteEndpoint].Close();
}
currentEndpoints.Add(intf.RemoteEndpoint,intf);
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff