From: Katerina Kubecova Date: Fri, 27 Oct 2023 15:11:06 +0000 (+0200) Subject: BGP: Send hold timer X-Git-Tag: v2.15~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf2327425d4dd96f381b87501cccf943bed606e;p=thirdparty%2Fbird.git BGP: Send hold timer Implement BGP Send hold timer according to draft-ietf-idr-bgp-sendholdtimer. The Send hold timer drops the session if the neighbor is sending keepalives, but does not receive our messages, causing the TCP connection to stall. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 10c6f121e..8834c1cb3 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3157,6 +3157,23 @@ using the following configuration parameters: negotiation. If the proposed hold time would lead to a lower value of the keepalive time, the session is rejected with error. Default: none. +