Internal interface config handling for SerialInterface

This commit is contained in:
Mark Qvist
2024-11-21 12:16:44 +01:00
parent cd8fe95d91
commit ebf084cff0
3 changed files with 16 additions and 34 deletions
+1
View File
@@ -829,6 +829,7 @@ class I2PInterfacePeer(Interface):
class I2PInterface(Interface):
BITRATE_GUESS = 256*1000
DEFAULT_IFAC_SIZE = 16
def __init__(self, owner, configuration):
super().__init__()