mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-19 22:48:10 -07:00
Path MTU discovery for links
This commit is contained in:
@@ -65,11 +65,12 @@ class Interface:
|
||||
IC_HELD_RELEASE_INTERVAL = 30
|
||||
|
||||
def __init__(self):
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
self.created = time.time()
|
||||
self.online = False
|
||||
self.online = False
|
||||
self.bitrate = 1e6
|
||||
self.HW_MTU = None
|
||||
|
||||
self.ingress_control = True
|
||||
self.ic_max_held_announces = Interface.MAX_HELD_ANNOUNCES
|
||||
|
||||
Reference in New Issue
Block a user