mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-29 00:59:58 -07:00
Added recovery to local shared interfaces if master RNS instance is restarted
This commit is contained in:
@@ -245,8 +245,6 @@ class AutoInterface(Interface):
|
||||
|
||||
def refresh_peer(self, addr):
|
||||
self.peers[addr][1] = time.time()
|
||||
# TODO: Remove at some point
|
||||
# RNS.log(str(self)+" refreshed peer "+str(addr)+" on "+str(self.peers[addr][0]), RNS.LOG_EXTREME)
|
||||
|
||||
def processIncoming(self, data):
|
||||
self.rxb += len(data)
|
||||
|
||||
Reference in New Issue
Block a user