mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
bgpd: Update RTT on KEEPALIVE message
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
d6165cf543
commit
e410d56307
@ -1432,6 +1432,8 @@ static int bgp_keepalive_receive(struct peer *peer, bgp_size_t size)
|
|||||||
|
|
||||||
bgp_update_implicit_eors(peer);
|
bgp_update_implicit_eors(peer);
|
||||||
|
|
||||||
|
peer->rtt = sockopt_tcp_rtt(peer->fd);
|
||||||
|
|
||||||
return Receive_KEEPALIVE_message;
|
return Receive_KEEPALIVE_message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user