Reduce Tusage_timeout for all ports. (#37)
This commit is contained in:
committed by
Steve Karg
parent
09a7d3876f
commit
76abcaedd1
@@ -60,11 +60,11 @@ static uint8_t RxBuffer[MAX_MPDU];
|
||||
/* confirmed request: 255 milliseconds. (Implementations may use */
|
||||
/* larger values for this timeout, not to exceed 300 milliseconds.) */
|
||||
static uint16_t 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.) */
|
||||
static uint8_t Tusage_timeout = 50;
|
||||
/* 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.) */
|
||||
static uint8_t Tusage_timeout = 30;
|
||||
/* local timer for tracking silence on the wire */
|
||||
static struct mstimer Silence_Timer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user