Put the usleep back pcap_capture (oops).

git-svn-id: file:///home/mbr/svn/fwknop/trunk@293 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart
2010-10-23 17:34:47 +00:00
parent ce6fe8c705
commit 3c83e899cb

View File

@@ -281,6 +281,8 @@ pcap_capture(fko_srv_options_t *opts)
}
}
#endif
usleep(10000);
}
pcap_close(pcap);