Re: [PATCH RFC V1 net-next 2/6] net: skbuff: Add a field to support time based transmission.
From: Eric Dumazet
Date: Mon Sep 18 2017 - 11:14:54 EST
On Mon, 2017-09-18 at 09:41 +0200, Richard Cochran wrote:
> Signed-off-by: Richard Cochran <rcochran@xxxxxxxxxxxxx>
> ---
> include/linux/skbuff.h | 2 ++
> 1 file changed, 2 insertions(+)
Why skb->tstamp can not be used ?
AFAIK, fact that it might be overwritten by packet captures should not hurt.