Implemented path requests

This commit is contained in:
Mark Qvist 2020-03-06 12:55:05 +01:00
parent 09a19aed72
commit 33ce3ef48f
6 changed files with 107 additions and 23 deletions

View file

@ -57,7 +57,8 @@ class AX25KISSInterface(Interface):
self.timeout = 100
self.online = False
# TODO: Sane default and make this configurable
self.txdelay = 0.1
# TODO: Changed to 1ms instead of 100ms, check it
self.txdelay = 0.001
self.packet_queue = []
self.flow_control = flow_control