Reduce Tusage_timeout for all ports. (#37)
This commit is contained in:
committed by
Steve Karg
parent
09a7d3876f
commit
76abcaedd1
@@ -133,11 +133,11 @@ static volatile uint8_t Nmax_master = 127;
|
||||
/* larger values for this timeout, not to exceed 300 milliseconds.) */
|
||||
#define Treply_timeout 260
|
||||
|
||||
/* The minimum time without a DataAvailable or ReceiveError event that a */
|
||||
/* node must wait for a remote node to begin using a token or replying to */
|
||||
/* a Poll For Master frame: 20 milliseconds. (Implementations may use */
|
||||
/* larger values for this timeout, not to exceed 100 milliseconds.) */
|
||||
#define Tusage_timeout 60
|
||||
/* The time without a DataAvailable or ReceiveError event that a node must */
|
||||
/* wait for a remote node to begin using a token or replying to a Poll For */
|
||||
/* Master frame: 20 milliseconds. (Implementations may use larger values for */
|
||||
/* this timeout, not to exceed 35 milliseconds.) */
|
||||
#define Tusage_timeout 30
|
||||
|
||||
/* The minimum number of DataAvailable or ReceiveError events that must be */
|
||||
/* seen by a receiving node in order to declare the line "active": 4. */
|
||||
|
||||
Reference in New Issue
Block a user