0
0
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:
Maria Matejka 2024-11-06 13:05:32 +01:00
parent 294d363da0
commit b4196b70c4
2 changed files with 2 additions and 3 deletions
doc
proto/bgp

@ -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] */
};
/**