CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/18 03:50:14
Modified files:
usr.sbin/ldpd : interface.c ldpe.c
Log message:
We need to set SO_REUSEADDR before doing the bind() of the tcp socket.
It does not help to set SO_REUSEPORT after doing the bind.
Fixes failures to start ldpd because of TIME_WAIT sessions.
OK michele
