Re: af_packet: don't enable global timestamps

2007-09-06 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Tue, 4 Sep 2007 09:59:58 +0200 > This patch seems the correct fix for this longstanding problem. > > Please note that if wireshark/tcpdump processes really want precise > timestamps, > they still can ask this by using setsockopt(SO_TIMESTAMP or SO_TI

Re: af_packet: don't enable global timestamps

2007-09-04 Thread Eric Dumazet
On Tue, 4 Sep 2007 06:35:25 +0100 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > Andi mentioned he did something like this already, but never > submitted it. > > The dhcp client application uses AF_PACKET with a packet filter to > receive data. The application doesn't even use timestamps, but bec