From 8f10b9050dc6318d7ccb3982eec2ed742752c6ea Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Fri, 2 Apr 2021 18:32:00 -0700 Subject: tcp: time infra improvements Type: improvement Signed-off-by: Florin Coras Change-Id: I998c0686f9f7dc556dda8b28e23bbed127d0aafc --- src/vnet/tcp/tcp_cubic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/tcp/tcp_cubic.c') diff --git a/src/vnet/tcp/tcp_cubic.c b/src/vnet/tcp/tcp_cubic.c index b8ac80a8feb..cc2ffeae9f0 100644 --- a/src/vnet/tcp/tcp_cubic.c +++ b/src/vnet/tcp/tcp_cubic.c @@ -51,7 +51,7 @@ STATIC_ASSERT (sizeof (cubic_data_t) <= TCP_CC_DATA_SZ, "cubic data len"); static inline f64 cubic_time (u32 thread_index) { - return transport_time_now (thread_index); + return tcp_time_now_us (thread_index); } /** -- cgit 1.2.3-korg