tcp: replace tcp_time_now with tcp_time_now_us
[vpp.git] / src / vnet / session / transport_types.h
index adf5e59..6a22354 100644 (file)
@@ -113,7 +113,7 @@ typedef struct _transport_connection
 
 #if TRANSPORT_DEBUG
   elog_track_t elog_track;     /**< Event logging */
-  u32 cc_stat_tstamp;          /**< CC stats timestamp */
+  f64 cc_stat_tstamp;          /**< CC stats timestamp */
 #endif
 
   /**