Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows us

to run PPP over Radiocontact T-Link Radio Modems which run best when something
is transmitted at least every 1.5 seconds.

Tested by:	Jennifer Clark <jen@telepresence.strath.ac.uk>
Approved by:	Brian
This commit is contained in:
roger 2001-03-19 19:47:54 +00:00
parent b9bbde2f6f
commit a093aec887

View File

@ -54,9 +54,9 @@
#define NCP_IDLE_TIMEOUT 180 /* Drop all links */
#define CHOKED_TIMEOUT 120 /* Delete queued packets w/ blocked tun */
#define MIN_LQRPERIOD 2 /* Minimum LQR frequency */
#define MIN_LQRPERIOD 1 /* Minimum LQR frequency */
#define DEF_LQRPERIOD 30 /* Default LQR frequency */
#define MIN_FSMRETRY 3 /* Minimum FSM retry frequency */
#define MIN_FSMRETRY 1 /* Minimum FSM retry frequency */
#define DEF_FSMRETRY 3 /* FSM retry frequency */
#define DEF_FSMTRIES 5 /* Default max retries */
#define DEF_FSMAUTHTRIES 3 /* Default max auth retries */