Work on AutoInterface recovery on WiFi carrier loss

This commit is contained in:
Mark Qvist 2022-02-22 14:49:43 +01:00
parent 57226201ff
commit 1ccfa9079c
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ class AutoInterface(Interface):
if ifname != None:
self.multicast_echoes[ifname] = time.time()
# TODO: Remove
RNS.log(str(self)+" updated multicast echo time to "+str(self.multicast_echoes[ifname])+" for "+str(addr)+".", RNS.LOG_DEBUG)
else:
RNS.log("Received multicast echo on unexpected interface", RNS.LOG_WARNING)