mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-21 23:48:12 -07:00
Added LOG_PATHING loglevel
This commit is contained in:
@@ -212,7 +212,7 @@ class Interface:
|
||||
elif self.bitrate > 62_500: self.HW_MTU = 1024
|
||||
else: self.HW_MTU = None
|
||||
|
||||
RNS.log(f"{self} hardware MTU set to {self.HW_MTU}", RNS.LOG_DEBUG)
|
||||
RNS.log(f"{self} hardware MTU set to {self.HW_MTU}", RNS.LOG_PATHING)
|
||||
|
||||
def age(self):
|
||||
return time.time()-self.created
|
||||
|
||||
Reference in New Issue
Block a user