[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071213.111327.160083733.davem@davemloft.net>
Date: Thu, 13 Dec 2007 11:13:27 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: Gavin.McCullagh@...m.ie
Cc: netdev@...r.kernel.org
Subject: Re: reading the tcp headers within the write queue
From: Gavin McCullagh <Gavin.McCullagh@...m.ie>
Date: Thu, 13 Dec 2007 19:08:59 +0000
> Thought that might be it. I presume there isn't any other residue of the
> tcp options elsewhere, that one could look at when the packet gets
> acknowledged? I'm particularly interested in the timestamp.
Every time we transmit, the timestamp will be different.
We store the jiffies at transmit time in TCP_SKB_CB(skb)->when,
so you can use that. This is the value we use to compute the
timestamp.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists