mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-20 22:14:38 +00:00
BGP: SendHoldTimer became an RFC, updating docs
This commit is contained in:
parent
294d363da0
commit
b4196b70c4
@ -3219,8 +3219,7 @@ using the following configuration parameters:
|
||||
Send hold timer drops the session if the neighbor is sending keepalives,
|
||||
but does not receive our messages, causing the TCP connection to stall.
|
||||
This may happen due to malfunctioning or overwhelmed neighbor. See
|
||||
<HTMLURL URL="https://datatracker.ietf.org/doc/draft-ietf-idr-bgp-sendholdtimer/"
|
||||
name="draft-ietf-idr-bgp-sendholdtimer"> for more details.
|
||||
<rfc id="9687"> for more details.
|
||||
|
||||
Like the option <cf/keepalive time/, the effective value depends on the
|
||||
negotiated hold time, as it is scaled to maintain proportion between the
|
||||
|
@ -3290,7 +3290,7 @@ static struct {
|
||||
{ 6, 8, "Out of Resources" },
|
||||
{ 7, 0, "Invalid ROUTE-REFRESH message" }, /* [RFC7313] */
|
||||
{ 7, 1, "Invalid ROUTE-REFRESH message length" }, /* [RFC7313] */
|
||||
{ 8, 0, "Send hold timer expired" }, /* [draft-ietf-idr-bgp-sendholdtimer] */
|
||||
{ 8, 0, "Send hold timer expired" }, /* [RFC9687] */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user