CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/11 01:57:24
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
Use non-blocking connect() to setup the RTR socket. connect() can hang for
a long time if the IP is not reachable and would block the main process
while doing so.
Problem noticed by Pier Carlo Chiodi
OK benno@
