CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/10 07:34:51
Modified files:
usr.sbin/bgpd : bgpd.h session.c session.h
Log message:
Introduce a SessionDownTimer that is started when a session goes down
and is stopped when the session comes up (ESTABLISHED state).
Right now it is used to remove cloned sessions. For that the SessionDownTimer
is also started when a clone is created.
OK tb@
