mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
bfdd: change slow time value
Let's use the RFC 5880 suggested value of 1 second for slow transmission speed. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
f43b93686f
commit
1f2d5f91ee
@ -306,7 +306,7 @@ struct bfd_iface {
|
|||||||
#define BFD_DEFDESIREDMINTX (300 * MSEC_PER_SEC)
|
#define BFD_DEFDESIREDMINTX (300 * MSEC_PER_SEC)
|
||||||
#define BFD_DEFREQUIREDMINRX (300 * MSEC_PER_SEC)
|
#define BFD_DEFREQUIREDMINRX (300 * MSEC_PER_SEC)
|
||||||
#define BFD_DEF_REQ_MIN_ECHO (50 * MSEC_PER_SEC)
|
#define BFD_DEF_REQ_MIN_ECHO (50 * MSEC_PER_SEC)
|
||||||
#define BFD_DEF_SLOWTX (2000 * MSEC_PER_SEC)
|
#define BFD_DEF_SLOWTX (1000 * MSEC_PER_SEC)
|
||||||
#define BFD_DEF_MHOP_TTL 5
|
#define BFD_DEF_MHOP_TTL 5
|
||||||
#define BFD_PKT_LEN 24 /* Length of control packet */
|
#define BFD_PKT_LEN 24 /* Length of control packet */
|
||||||
#define BFD_TTL_VAL 255
|
#define BFD_TTL_VAL 255
|
||||||
|
Loading…
Reference in New Issue
Block a user