tcp: time infra improvements
[vpp.git] / src / vnet / session / transport.h
index 9a9b89f..efd2507 100644 (file)
@@ -339,6 +339,14 @@ void
 transport_connection_tx_pacer_update_bytes (transport_connection_t * tc,
                                            u32 bytes);
 
+/**
+ * Request pacer time update
+ *
+ * @param thread_index thread for which time is updated
+ * @param now          time now
+ */
+void transport_update_pacer_time (u32 thread_index, clib_time_type_t now);
+
 #endif /* SRC_VNET_SESSION_TRANSPORT_H_ */
 
 /*