]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Send hold timer
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Fri, 27 Oct 2023 15:11:06 +0000 (17:11 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 5 Dec 2023 03:14:45 +0000 (04:14 +0100)
commitbcf2327425d4dd96f381b87501cccf943bed606e
tree4a08d46e501e3ad33f394258f31f8b2e129b5043
parent3fb06fea1d14ef147a567052391a5b359704e971
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.
doc/bird.sgml
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c