From 9e6cbca366809d2da3273ba76e22b1b195ac0428 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Dec 1996 18:56:47 +0000 Subject: Support interface check in foreground as well as daemon mode. svn path=/trunk/; revision=697 --- interface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'interface.c') diff --git a/interface.c b/interface.c index 39b39922..20d5e8ca 100644 --- a/interface.c +++ b/interface.c @@ -144,8 +144,6 @@ void interface_note_activity(void) { ifinfo_t ifinfo; - sleep(3); /* allow some time for the link to quiesce */ - /* get the current I/O stats for the monitored link */ if (monitor && get_ifinfo(monitor, &ifinfo)) monitor_io = ifinfo.rx_packets + ifinfo.tx_packets; -- cgit v1.2.3