mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-02 02:20:01 -07:00
Epoll backend switch
This commit is contained in:
@@ -127,7 +127,9 @@ class Interface:
|
||||
|
||||
def optimise_mtu(self):
|
||||
if self.AUTOCONFIGURE_MTU:
|
||||
if self.bitrate > 16_000_000:
|
||||
if self.bitrate > 500_000_000:
|
||||
self.HW_MTU = 1048576
|
||||
elif self.bitrate > 16_000_000:
|
||||
self.HW_MTU = 262144
|
||||
elif self.bitrate > 8_000_000:
|
||||
self.HW_MTU = 131072
|
||||
|
||||
Reference in New Issue
Block a user