master
Mark Qvist 2026-08-24 00:53:35 +02:00
parent 956d688e10
commit a9538e9fd1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,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_EXTREME)
def age(self):
return time.time()-self.created