Stephen Hemminger 30cfd0baf0 [TCP]: congestion control API pass RTT in microseconds
This patch changes the API for the callback that is done after an ACK is
received. It solves a couple of issues:

  * Some congestion controls want higher resolution value of RTT
    (controlled by TCP_CONG_RTT_SAMPLE flag). These don't really want a ktime, but
    all compute a RTT in microseconds.

  * Other congestion control could use RTT at jiffies resolution.

To keep API consistent the units should be the same for both cases, just the
resolution should change.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-31 02:27:57 -07:00
..
2007-07-29 16:53:59 -07:00
2007-07-26 11:11:57 -07:00
2007-07-28 19:42:21 -07:00
2007-07-22 21:30:58 +10:00
2007-07-27 12:29:19 +02:00
2007-07-18 16:53:49 +03:00
2007-07-20 11:13:35 +02:00
2007-07-26 11:35:16 -07:00