mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
0b449fda7d
According to RFC4271,
The calculated value indicates the maximum number of
seconds that may elapse between the receipt of successive
KEEPALIVE and/or UPDATE messages from the sender.
This change will reset the hold timer in the update FSM case.
(note, I am super new with Go. I'm not quite sure how to craft a good test case for this.)