mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-09 15:32:52 -04:00
Use epoll backend for LocalInterface
This commit is contained in:
parent
df3c2cffb3
commit
3483de1fc2
3 changed files with 152 additions and 92 deletions
|
@ -76,6 +76,7 @@ class Interface:
|
|||
self.bitrate = 62500
|
||||
self.HW_MTU = None
|
||||
|
||||
self.parent_interface = None
|
||||
self.ingress_control = True
|
||||
self.ic_max_held_announces = Interface.MAX_HELD_ANNOUNCES
|
||||
self.ic_burst_hold = Interface.IC_BURST_HOLD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue