aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c2
1 files changed, 0 insertions, 2 deletions
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;