Reduce Tusage_timeout for all ports. (#37)

This commit is contained in:
Geert Linders
2020-01-23 00:07:44 +01:00
committed by Steve Karg
parent 09a7d3876f
commit 76abcaedd1
8 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void *dl_mstp_thread(void *pArgs)
shared_port_data.Treply_timeout = 260;
shared_port_data.MSTP_Packets = 0;
shared_port_data.Tusage_timeout = 50;
shared_port_data.Tusage_timeout = 30;
shared_port_data.RS485_Handle = -1;
shared_port_data.RS485_Baud = B38400;
shared_port_data.RS485MOD = 0;