From 4d0ca2890242de56b9499925eeec684470800bf5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 1 Dec 2018 11:42:39 +0100 Subject: [PATCH] AX.25 TX delay --- RNS/Interfaces/AX25KISSInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py index 659ea64..140ee0a 100644 --- a/RNS/Interfaces/AX25KISSInterface.py +++ b/RNS/Interfaces/AX25KISSInterface.py @@ -57,7 +57,7 @@ class AX25KISSInterface(Interface): self.timeout = 100 self.online = False # TODO: Sane default and make this configurable - self.txdelay = 0.5 + self.txdelay = 0.1 self.packet_queue = [] self.flow_control = flow_control