CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 08:49:56
Modified files:
usr.sbin/ldpd : control.c packet.c
Log message:
Call accept_unpause() when any TCP socket is closed.
We were calling accept_unpause() only when an LDP session is shut
down. But, during the LDP session establishment process, we may have
TCP sockets that are not associated with any neighbor. If we close one
of these sockets, we must call accept_unpause() too.
