From 3ed6e11eaa5f9d3c2f42ab4170ecefb8ee8aa7c6 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 28 Oct 1997 13:46:51 +0000 Subject: [PATCH] give at least 1 second to shutdown all the sockets --- src/comm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comm.cc b/src/comm.cc index 2ba04c1eb6..417f2f32ed 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.199 1997/10/27 23:30:22 wessels Exp $ + * $Id: comm.cc,v 1.200 1997/10/28 06:46:51 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -990,7 +990,7 @@ comm_select(time_t sec) if (shutdown_pending > 0 || reconfigure_pending > 0) setSocketShutdownLifetimes(Config.shutdownLifetime); else - setSocketShutdownLifetimes(0); + setSocketShutdownLifetimes(1); } nfds = 0; maxfd = Biggest_FD + 1; -- 2.47.3