CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/06/06 09:30:59
Modified files: usr.sbin/ldpd : ldpd.c packet.c Log message: Speed up session establishment after config reload. If we change a neighbor's password or the global transport-address, cancel the affected pending connects and, when playing the active role of the session establishment process, try to connect again right away with the new password and/or transport-address. Without this patch we have to wait for the timeout of the pending connects, which might be a lot of time.