On Monday 18 September 2006 18:28, Alexey Kuznetsov wrote:
Hello!
quoted
Hmm, not sure how that could happen. Also is it a real problem
even if it could?
As I said, the problem is _occasionally_ theoretical.
This would happen f.e. if packet socket handler was installed
after IP handler. Then tcpdump would get packet after it is processed
(acked/replied/forwarded). This would be disasterous, the results
are unparsable.
But that never happens right?
And do you have some other prefered way to solve this? Even if the timer
was fast it would be still good to avoid it in the fast path when DHCPD
is running.
I suppose in the worst case a sysctl like Vladimir asked for could be added,
but it would seem somewhat lame.
-Andi