Use epoll backend for LocalInterface

This commit is contained in:
Mark Qvist 2025-04-06 22:50:43 +02:00
parent df3c2cffb3
commit 3483de1fc2
3 changed files with 152 additions and 92 deletions

View file

@ -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