mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-14 20:32:50 -04:00
Cleanup
This commit is contained in:
parent
3a2b12f9ad
commit
d121562b22
2 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,8 @@ class UdpInterface(Interface):
|
|||
def __init__(self, owner, name, bindip=None, bindport=None, forwardip=None, forwardport=None):
|
||||
self.IN = True
|
||||
self.OUT = False
|
||||
|
||||
# TODO: Optimise so this is not needed
|
||||
self.transmit_delay = 0.001
|
||||
|
||||
self.name = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue