mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-23 06:51:08 -04:00
Don't reference interface instances in tunnel path lists
This commit is contained in:
parent
13b4291840
commit
9f0a4bfe69
3 changed files with 14 additions and 13 deletions
|
@ -128,7 +128,7 @@ class Interface:
|
|||
def optimise_mtu(self):
|
||||
if self.AUTOCONFIGURE_MTU:
|
||||
if self.bitrate > 500_000_000:
|
||||
self.HW_MTU = 1048576
|
||||
self.HW_MTU = 524288
|
||||
elif self.bitrate > 16_000_000:
|
||||
self.HW_MTU = 262144
|
||||
elif self.bitrate > 8_000_000:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue