1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

ifa->time split into wait_timer and hello_timer. I will send hello in WAITING state.

This commit is contained in:
Ondrej Filip
1999-05-24 18:22:00 +00:00
parent daeb60393d
commit 65112dd270
2 changed files with 26 additions and 26 deletions

View File

@@ -61,7 +61,8 @@ struct ospf_iface {
#define OSPF_IS_DROTHER 3 /* I'm on BCAST or NBMA and I'm not DR */
#define OSPF_IS_BACKUP 4 /* I'm BDR */
#define OSPF_IS_DR 5 /* I'm DR */
timer *timer; /* WAIT and also HELLOINT time */
timer *wait_timer; /* WAIT timer */
timer *hello_timer; /* HELLOINT timer */
/* Default values for interface parameters */
#define COST_D 10
#define RXMTINT_D 5